I am using DataGrid's DataTable and I would like to group some of the rows according to the different column values depending on each grouping. I am looking to mimic something like this https://datatables.net/examples/advanced_init/row_grouping.html
Is there a way to do that?