Grouping Pagination

Grouping Pagination

bos570bos570 Posts: 2Questions: 1Answers: 0

I am trying to set the number records per page based on based on groupings and not individual rows. So, I would like 10 groups to show in each page regardless of how many rows, be it 50 or 500.

Here is a link to the full question:
http://stackoverflow.com/questions/37281491/data-tables-grouping-pagination

My fiddle: https://jsfiddle.net/pkwrdht4/52/

Answers

  • allanallan Posts: 63,794Questions: 1Answers: 10,514 Site admin

    There is no option for that in DataTables at the moment I'm afraid.

    Would filtering be more appropriate for this use? You could filter based on what you want to show, which would work with some custom filtering.

    Allan

  • bos570bos570 Posts: 2Questions: 1Answers: 0

    I realize that datatables does not have that support natively, I stated as much in my detailed question posted on SO. I wanted to see if any developers had found a workaround.

  • allanallan Posts: 63,794Questions: 1Answers: 10,514 Site admin

    Not as far as I am aware, but happy to be proven wrong!

This discussion has been closed.