RowGrouping does not destroy the rows on fnDestroy()
RowGrouping does not destroy the rows on fnDestroy()
blpraveen2004
Posts: 15Questions: 2Answers: 0
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]
[code]
var ogroups = oTable.dataTableExt.aoGroups;
if(oTable != null) oTable.fnDestroy();
$.each(ogroups,function(i,group) {
group.nGroup.remove()
});
[/code]
This discussion has been closed.
Replies
Allan