2

jQuery データ テーブルの行のグループ化を使用しています。

 $('#report').dataTable({
    "bRetrieve": true
    }).rowGrouping({
    iGroupingColumnIndex: 3,
    bExpandableGrouping: true
 });     

columnIndex:2 でこのテーブルを再グループ化するにはどうすればよいですか?

4

0 に答える 0