Initial Grid State
MeasureProvidedProps
Provides initial configuration for the measure model in the grid. The measure model is an array of column Ids. These Ids must satisfy two constraints:
- The Id must be present in the column definitions provided to the grid.
- The column must have a value set for the ColumnDefinition.measure property.
Any values that do not meet these constraints will be filtered out before applying the measure model to the grid state.
Properties
- Name
measureModel?
- Type
- MeasureModel
- Description
The initial measure model to apply to the grid. It is an array of column Ids. These Ids must be known to the grid and must have a ColumnDefinition.measure property set.