Pagination Not Updated During Group Mode Expansion/Contraction
See original GitHub issueHello, amazing library! Appreciate all the work that’s gone into it.
I’m using fixed pagination, i.e. paging: { enabled: true, pageSize: 10 }
, but when using column groups, if I contract the grid down to 1 or 2 rows, the pagination numbers have not updated, and visiting the 2nd page results in an empty grid.
Ideally, the paging would reflect the number of visible rows and update when the collapse/expand event fires.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Angular not updating contents of ng-paginate when collection ...
The problem is the status DOES NOT change for the updated item. I made sure that correct status is saved and then retrieved...
Read more >Pagination does not work as expected when "Group By" is ...
Pagination does not work as expected when "Group By" is applied on any List Column and number of items exceeds the Show x...
Read more >Mat Paginator is not working properly along when used ...
When conditional rendering is done using *ngIf on table on outer , Mat-Paginator should paginate properly What is the current behavior?
Read more >Paginate By Group- FineReport Help Document
1) After inserting data columns into cells and setting expansion, the expanded data may exceed the page size. In pagination preview mode, ...
Read more >DataTable - ICEfaces - ICEfaces.org Community Wiki
deselectAllRowsInTable() select all the rows in the table, whether they are currently visible or not on the page (e.g. because of pagination).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fixed in 7.3.5 https://stackblitz.com/edit/table-paging-ts-2qredp?file=Demo.tsx
this is a good catch