-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
The grouping and the aggregate does not work when a column has a cellTemplate property, but for other normal values grouping and aggregates do work. We've tried to reproduce this problem in plunkr but to no avail as we've been getting random script errors. So, ive posted the code over on the plunkr and suggest you to reproduce it in your own environment.
Steps to reproduce the behavior:
- Go to final column named "Balance"
- Click on column dropdown icon
- Select the grouping option
As with grouping other columns this column should've also had just the single row of balance with all the values inside it but right now it's creating a row for every record and treats it as though it's a separate value
Desktop (please complete the following information):
- OS:Windows 10
- Browser Chrome
- Version Version 107.0.5304.107
Here's the fiddle with the code, I suggest you to copy paste it in your local editor as for some reason this doesn't work in JSFiddle
https://jsfiddle.net/santy4747/kvhn7yf3/3/




