victorette / jquery-datatables-row-grouping

Automatically exported from code.google.com/p/jquery-datatables-row-grouping
0 stars 0 forks source link

De-Grouping datatable #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps performed
1. Init with: oTable.rowGrouping({iGroupingColumnIndex: 1});

How do I de-group the table to get to the original state???

Original issue reported on code.google.com by mynameis...@gmail.com on 1 Oct 2012 at 5:26

GoogleCodeExporter commented 8 years ago
There is no way to remove grouping because there are a lot of html/events 
dynamically injected. You will need to reload the table and apply just a 
datatables without row grouping.

Original comment by joc...@gmail.com on 29 May 2013 at 7:54