-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pagination to organization teams table #342
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@vgeorge Styles added |
@LanesGood this looks great, thanks for the change. I've hidden the 'id' column in the Teams table. I don't think it is very useful as OSM user ids. I also made the pagination component disappear if there are no records in the database. Let me know if you prefer a different approach. My recent changes are:
@kamicut this is ready for review. You can see pagination working by running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vgeorge this looks really good to me!
This contributes to #319 by adding pagination to the list of teams on the organization page. It should serve as the pattern for all tables in the UI. Changes added:
useFetchList
for fetching table dataTo do:
cc @LanesGood @batpad