我正在使用 jQuery 数据表行分组。
$('#report').dataTable({
"bRetrieve": true
}).rowGrouping({
iGroupingColumnIndex: 3,
bExpandableGrouping: true
});
我如何在 columnIndex:2 上重新分组这个表?
我正在使用 jQuery 数据表行分组。
$('#report').dataTable({
"bRetrieve": true
}).rowGrouping({
iGroupingColumnIndex: 3,
bExpandableGrouping: true
});
我如何在 columnIndex:2 上重新分组这个表?