Hi,
Can you tell me how to set a footer template on Angular UI grid when group feature is enabled ?
Here is the Plunker.
I have tried like this.But it's not working.I need to set a Total as a custom text on the Balance column.
footerCellTemplate: '<div class="ui-grid-cell-contents">\'Total\'
{{customTreeAggregationFinalizerFn: function (aggregation) {
aggregation.rendered = aggregation.value; }}} </div>', treeAggregationType:
uiGridGroupingConstants.aggregation.COUNT