Defines which types of Rows to exclude when rendering Format Columns, Action Columns and Badges

TypeScript
export interface

Properties

PropertyDescription
ExcludeDataRowsExclude regular data rows
ExcludeGroupRowsExclude Group Rows
ExcludeSummaryRowsExclude Summary Rows (used in Row Summaries)
ExcludeTotalRowsExclude Grand Total Rows (used in Aggregations)

Property Details

ExcludeDataRows

Exclude regular data rows

TypeScript
ExcludeDataRows?: boolean;
Property Value

boolean

ExcludeGroupRows

Exclude Group Rows

TypeScript
ExcludeGroupRows?: boolean;
Property Value

boolean

ExcludeSummaryRows

Exclude Summary Rows (used in Row Summaries)

TypeScript
ExcludeSummaryRows?: boolean;
Property Value

boolean

ExcludeTotalRows

Exclude Grand Total Rows (used in Aggregations)

TypeScript
ExcludeTotalRows?: boolean;
Property Value

boolean