Expandible/Collapsible Row Grouping

Expandible/Collapsible Row Grouping

ShrikrishnagShrikrishnag Posts: 1Questions: 0Answers: 0
edited October 2013 in Plug-ins
While going through the rowGrouping plugin was amazed by its performance . But Stuck up at Pagination as it wasn't running .

$(document).ready( function () {
$('#example').dataTable({ "bLengthChange": false, "bPaginate": false})
.rowGrouping({bExpandableGrouping: true});
} );


Is there any scope for providing such feature in the future..
This discussion has been closed.