Grid pagination example
We do NOT recommend using pagination which is NOT good solution to Grid usage.
- Grid rendering 100,000+ rows with high performance.
- It unnecessary to load all data to front-end because of high cost to back-end, but you could think about loading data dynamically.
- Require pagination management, UI controller and back-end API
Pagination issues:
- Group/tree structure rows
- Sorting cross-page
- keeping selection state cross-page
- Selecting all rows