ghiscoding / Angular-Slickgrid

Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
https://ghiscoding.github.io/Angular-Slickgrid
Other
397 stars 120 forks source link

Hide total rows when grouping #547

Closed Ulrar closed 4 years ago

Ulrar commented 4 years ago

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

close-issue-app[bot] commented 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.