Row Grouping and Paging
Row Grouping and Paging
First off, I would like to say thanks to anyone everyone who has contributed to the DataTables plug in. It gets my vote hands down as the best and most useful jQuery plug in.
Now my question. I have a table that has 500 records. When grouped, it has 5 groups, each with 100 record. If I set it to page on 50 records per page, I get the first 50 records of the 1st group. What I think I would get is the first 50 groups, or in this case, all 5 groups.
Example: http://jsfiddle.net/WOPiersol/33fD6/1/
Can this be configured?
Thanks,
WOPiersol