Skip to content
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 Explore tables #216

Closed
AnalogJ opened this issue Aug 9, 2023 · 0 comments · Fixed by #219
Closed

Add pagination to Explore tables #216

AnalogJ opened this issue Aug 9, 2023 · 0 comments · Fixed by #219

Comments

@AnalogJ
Copy link
Member

AnalogJ commented Aug 9, 2023

This is especially important for users with large numbers of Observations (or other Resources). The naiive query will attempt to retrieve 1000s of them at once.

https://swimlane.github.io/ngx-datatable/#server-paging
https://github.com/swimlane/ngx-datatable/blob/master/src/app/paging/paging-server.component.ts
https://github.com/fastenhealth/fasten-onprem/blob/main/frontend/src/app/components/resource-list/resource-list.component.ts

AnalogJ added a commit that referenced this issue Aug 12, 2023
simplified fallback component for table list
AnalogJ added a commit that referenced this issue Aug 12, 2023
simplified fallback component for table list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant