Paginate data in reports page
Open
mvp
reports
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.