Make paging not cut off rows in one row group

Make paging not cut off rows in one row group

yzchenyzchen Posts: 1Questions: 1Answers: 0
edited April 2018 in Free community support

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?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @yzchen ,

    No, that's not possible, the groups will always be split by the page size?

    Cheers,

    Colin

This discussion has been closed.