-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Objective:
- Offer support for pagination of table view elements (e.g. Users table from officer view) to eliminate loading so many people and creating a super long list / page. Create a selection for 10, 25, 50, 100 options at a time.
Reason:
- Compress the page when loading different table views to avoid loading high amounts of data at once and creating long pages.
Acceptance Criteria:
- Pages have a dropdown selector for how many table elements to load.
- Data returned from the API is limited by the amount selected.
- Table elements displayed match the amount selected in the drop down.
Reactions are currently unavailable