Row Grouping with 2 columns

Row Grouping with 2 columns

gabriezziellogabriezziello Posts: 3Questions: 1Answers: 0

Hi All,

I am using the new extension Row Grouping but now i need to group by 2 columns, is there any way to do it using this extension?

some thing like that?

$('#myTable').DataTable( {
rowGroup: {
dataSrc: ['group', 'group2']
}
} );

thanks

This question has accepted answers - jump to:

Answers

  • allanallan Posts: 63,208Questions: 1Answers: 10,415 Site admin
    Answer ✓

    Currently no - its a feature request that would be a nice addition to add in future.

    Thanks,
    Allan

  • gabriezziellogabriezziello Posts: 3Questions: 1Answers: 0

    Sounds great Allan!

    Is there a prevision of when Multi-level grouping will be released?

    Thanks!

  • allanallan Posts: 63,208Questions: 1Answers: 10,415 Site admin
    Answer ✓

    No sorry. It isn't something I'm currently working on. Its just on the road map for when I get a chance to work on it.

    Allan

  • gabriezziellogabriezziello Posts: 3Questions: 1Answers: 0

    Ok, Thanks!

  • 45D45D Posts: 2Questions: 1Answers: 0

    Its a good idea to put the number of the group at the right of the cell for exemple.

This discussion has been closed.