Formatting Aggregations

Summary

  • Aggregated Cells can be formatted and styled (including by using Conditions)
  • It is possible to configure the formatting so that only the grouped (and not data) rows are formatted

AdapTable allows users to format and style aggregated cells in a grouped row.

Find Out More

It is also possible to format Grand Total Rows - see Grand Total Rows: Formatting for more information

This is done in exactly the same way as a data row, meaning it is also possible to create Conditional Styles.

Hint

  • It is possible to set formatting so that only the aggregated values are formatted
  • This is done by setting the RowScope property to ExcludeDataRows in the Format Definition (or Format Wizard)
Aggregations: Formatting
Fork
  • In this example we have provided a Format Column of light blue and bold to the Github Stars and Github Watchers Columns with 2 features:
    • We set it only to display in Grouped Rows (by excluding Data Rows)
    • We added a condition of >3000 (which is why Github Watchers in HTML row doesnt display the style)