I am trying to perform multiple grouping in my data tables, I can manage to group by one column thanks to this example.
https://datatables.net/examples/advanced_init/row_grouping.html
Does anybody know about any plugin that works with angular and angularDatables (https://l-lin.github.io/angular-datatables/#/welcome) to group the data by more than one column?
Thanks in advance.