0

I'm trying to display the grouping aggregation result under the cells data, meaning displaying the cells content and then the aggregation results.

I've tried several tutorial but without result.

Is it also possible to display only the aggregation results without displaying the cells data?

For example in this UI-Grid Tutorial how we can we display the grouping results after cell data not before and how can we get aggregation results even after hiding for example age details

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Med
  • 241
  • 1
  • 6
  • 23

1 Answers1

0

to display the grouping results after the cells content you need to do that manually, it's not handled by UI-Grid. you need to define your own function that will replace the aggregation method and then add the results manually to the grid after each section by pushing the results to your uigridoption data. using that method you can also hide the cells that you don't want to display and show only the results of your method.

Mohamed NAOUALI
  • 2,092
  • 1
  • 23
  • 29