Relative Content

Tag Archive for angulargroupingaggregate-functionsslickgridhidden-field

In Slickgrid,an empty row is displayed while hiding the column which is used for aggregate function

I am using angular slick grid version 4.3.1 to show my list of data. As per configurtion, aggregate function calculation is happening for column while data is grouped based on a field.
1. After that If I hide the field which is used for aggregate function and an empty row is displayed(where an aggregate function result had displayed).
2. If we group the morethan one fields with and without aggregate function configuration.The result of aggregate function result is confusing to the end user.