ashl1 / datatables-rowsgroup

The Datatables feature plugin that groups rows (merge cells vertically) in according to specified columns.
Other
95 stars 94 forks source link

Fixed the bug with row-group and table page, and adding an additional… #3

Closed wekerle closed 8 years ago

wekerle commented 8 years ago

Fixed the bug with row-group and table page, and adding an additional example of rowGroup usage. I add another example of usage and only add 3 rows to your javascript file: dt.on('page.dt', function ( e, settings) { self.mergeCellsNeeded = true; })

ashl1 commented 8 years ago

I fixed and merged this PR manually