Hello,
I use the mygrid.groupBy function to group rows by a column. Works perfect.
In my case, I’m using the grid as a big order list and I would like to disable the collapsing of groups.
Can this be done?
I searched the api docs and didn’t find a solution.
I was testing with css to hide the arrow icon, but it seems not to hold the onclick event.
Maybe there is a way to unbind the onclick event of the grouping rows?
Thanks