Closed Ulrar closed 4 years ago
This issue was automatically closed by our bot because it does not meet our issue template requirements. Please fill in the questions/sections which are tagged as in the issue template before submitting a new issue... Please also consider asking any coding questions on Stack Overflow. Thank you.
Hi,
I'm using grouping with a sum aggregator to get it to work, but I don't actually care about the sums or any other info, I'm just interested in the grouping. It's working fine but I'm getting an empty total row per group, which does not look great. Is there a way to get rid of it ?
Looking here it seems like the solution is to pass displayTotalsRow: false to the dataView constructor, is that a possibility with angular-slickgrid ?
Thanks