Posted 14 September 2017, 11:11 am EST
It doesn’t look like FlexGrid supports a “grid footer” for displaying overall totals. Would it be possible for one to instantiate an additional “GridPanel” for footer totals and position it fixed at the bottom of the grid? Ideally it would always stay visible just like column headers, but this would be for column footers.
Additionally, I’m also working on subtotals as footers of a grouped section. What would be the best way to manufacture rows at the bottom of each group in order to display subtotals?
I’m fine with doing the aggregate calculations in my own code. I’m mainly looking for how to manufacture these new rows for displaying them in the grid. Thanks.
I’m using pure JS, not Angular.