Footer
Last updated
Last updated
The footer property allows you to add a footer row in tables and grids. The footer row can be used to display summaries or aggregations at the bottom of the table. Footer can be separately configured for each column of the tables or the grid.
The footer is not an integral part of the grid itself. It is always displayed at the bottom of the table or grid component and remains visible at all times. The footer is visible even when scrolling within the table or grid.
This property allows you to add mutiple summaries or aggregations for a column. For each summary / aggregation, the following can be specified
Label: Add descriptive label in the footer.
Aggregations: Currently only the following aggregations are supported
count, sum, average, minimum, maximum for numeric columns.
count and "distinct count" for text and time based columns.
Formatting: Explicit formatting options are currently not available for a footer. However, footers inherit "column formatting" rules of that column.
Although multiple aggregations are supported, they will all appear in the same row, one below the other, in the order in which they are created.