-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add pagination #31
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
think it we can also move fwd if we fix point 2 and address 1 with map & locations on a later pr |
I've made a fix now with totalItems and sort for uptime, can you please check it out? thanks! |
src/components/Toolbar/index.tsx
Outdated
<GridToolbarDensitySelector /> | ||
<GridToolbarExport /> | ||
|
||
<TextField |
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.
i would align all this elements related to search to the headers right , it should work with some align-items: flex-end
i suppose
Fixes #22.
Changes proposed in this PR: