Posted 14 September 2017, 12:06 pm EST
Hi,
I am trying to insert footer for each group in the angularJS flexgrid and looking for the best solution and some advice on how to achieve that. So far I have tried to use the following:
- ColumnFooter - I had set cell template for column footer to no avail. Then I tried to add rows to ColumnFooter panel in controller in the grid initialize event flex.columnFooters.rows.push(row) but for some reason columnFooter is always undefined in my grid.
- I have came across sample directive for group subtotals on the forum. I was able to insert footer row using this approach. I would like to further customize that row beyond showing data or text content. How could I set some cells to show HTML content? For example icon, button etc. Get rid of some content in the column (columns are in repeater and applied cell templates) that shouldn’t be in the footer row? See picture attached.

