-
Notifications
You must be signed in to change notification settings - Fork 6
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
DataViewer Pagination #113
base: main
Are you sure you want to change the base?
Conversation
john-salman
commented
Feb 5, 2025
- Added chunk based loading for requests with over 500 observations
- Moved logic from plot and table up to parent component
- Added pagination input and number input for changing chunk size and records per page
- Fixed close button logic in ChartDialog so opening the modal again doesnt require a double click
- Added chunk based loading for requests with over 500 observations - Moved logic from plot and table up to parent component - Added pagination input and number input for changing chunk size and records per page - Fixed close button logic in ChartDialog so opening the modal again doesnt require a double click
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.
For WMO folks, John is the new frontend dev associated with us at CGS/Lincoln.
I went over the PR with him and it looks good to me. Maaike, I think we may need to enable something in the repo to get the github actions to work for other contributors since only playwright appears to be running.