Expandible/Collapsible Row Grouping
Expandible/Collapsible Row Grouping
Shrikrishnag
Posts: 1Questions: 0Answers: 0
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..
$(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.