RowGrouping does not destroy the rows on fnDestroy()

RowGrouping does not destroy the rows on fnDestroy()

blpraveen2004blpraveen2004 Posts: 15Questions: 2Answers: 0
edited April 2014 in DataTables 1.8
Here is the [jsfiddle](http://jsfiddle.net/Bl_praveen2004/sJw6r/2/)

[code]
var ogroups = oTable.dataTableExt.aoGroups;

if(oTable != null) oTable.fnDestroy();
$.each(ogroups,function(i,group) {
group.nGroup.remove()
});
[/code]

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    The RowGrouping plug-in is not part of the DataTables project - it is third party software. You will be best asking in their support lists, or whatever is used for that project.

    Allan
This discussion has been closed.