Initial Grid State
Type alias: RowProvidedProps<T>
type RowProvidedProps<T>: object;
Initial row configuration provided to Graphite Grid state.
Type parameters
Type parameter |
---|
T |
Type declaration
Member | Type | Description |
---|---|---|
autosizeOnGroupExpansion | boolean | Omit <AutosizeColumnsParams , "dryRun" > | Whether to autosize columns as branch nodes are expanded or collapsed. |
rowBranchExpansions | Set <string > | The initial set of expanded row branches. By default, branch nodes are collapsed. |
rowDataSource | RowDataSource <T > | null | The row data source the grid should use. Can be either "client" or "controlled". |
rowHeight | RowHeight <T > | The height configuration for rows. Can be a fixed number, "auto", a fill configuration, or a function to calculate row height. |
rowPivotDisplayMode | RowPivotDisplayMode | The row pivot display mode, determining the behavior of the row pivot column. |
rowPivotGroupDefinition | RowPivotGroupDefinition <T > | The column definition for the automatic column added when Graphite Grid has row pivots. |
rowPivotModel | string [] | The initial row pivot model. Should be an array of column Ids with each column defining a rowPivotKey property. |