Make paging not cut off rows in one row group
Make paging not cut off rows in one row group
![yzchen](https://secure.gravatar.com/avatar/d64a98275e494369205113339db1f437/?default=https%3A%2F%2Fvanillicon.com%2Fd64a98275e494369205113339db1f437_200.png&rating=g&size=120)
Let's say I have a table of 11 rows, and the rows are grouped into 3 groups, using the rowGroup extension. The first 2 groups each contains 3 rows, and the last group contains 5 rows.
Now if the page length in DataTables is set to 10, then the last 1 row of the third group would be cut off to be shown in the next page.
My question is, is there a way in DataTables to always show entire row groups in a page?
This discussion has been closed.
Answers
Hi @yzchen ,
No, that's not possible, the groups will always be split by the page size?
Cheers,
Colin