-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Please implement an infinite scroll bar to enable pagination in the reports data table
Here is a demo
https://stackblitz.com/edit/ngx-infinite-scroll
A library to do this is available here but check if that fits or not in out project
https://www.npmjs.com/package/ngx-infinite-scroll
Acceptance Criteria:
- Just 100 rows are displayed at the beggining
- When the user uses the scroll the raws are loaded on-demand with server-side pagination
- If the user exports the data to csv or xls all the raws matching the search criteria need to be included