You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Pagination is important for reducing network usage that are unnecessary. Currently I have set the default pagination to 20. However, do note that this will not be sustainable. Hence, it is very important to be able to handle pagination.
This could either be by using scroll load, or a page passed in the URL query parameters
The text was updated successfully, but these errors were encountered:
I've been thinking about this @uwasystemhealth/redbacks. To be honest, I dont think we will ever reach to 100+ entries, so I think we can postpone this issue, and just set the pagination to 100.
Pagination is important for reducing network usage that are unnecessary. Currently I have set the default pagination to 20. However, do note that this will not be sustainable. Hence, it is very important to be able to handle pagination.
This could either be by using scroll load, or a page passed in the URL query parameters
The text was updated successfully, but these errors were encountered: