rowGroup is not working

rowGroup is not working

roshanzaidroshanzaid Posts: 2Questions: 1Answers: 0

Hi, I am trying to achieve row groups in my datatable. I tried every possible ways even the working examples which I copied from JSBin and fiddles. Please check where I am making the mistake?

var tableone= $('#exampleone').DataTable({
"stateSave": true,
"paging": false,
"bFilter": false,
"searching": true,
"dom": 't',
"iDisplayLength": 10,
"order": [[2, 'asc']],
"rowGroup": {"enable": true, "dataSrc": 2},
"aoColumnDefs": [{ "bSortable": false, "bSearchable": false, "aTargets": [3,4,5,6,7,8,9,10 ] } ]
});

Answers

This discussion has been closed.