1771 Technologies Logo

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

MemberTypeDescription
autosizeOnGroupExpansionboolean | Omit<AutosizeColumnsParams, "dryRun">Whether to autosize columns as branch nodes are expanded or collapsed.
rowBranchExpansionsSet<string>The initial set of expanded row branches. By default, branch nodes are collapsed.
rowDataSourceRowDataSource<T> | nullThe row data source the grid should use. Can be either "client" or "controlled".
rowHeightRowHeight<T>The height configuration for rows. Can be a fixed number, "auto", a fill configuration, or a function to calculate row height.
rowPivotDisplayModeRowPivotDisplayModeThe row pivot display mode, determining the behavior of the row pivot column.
rowPivotGroupDefinitionRowPivotGroupDefinition<T>The column definition for the automatic column added when Graphite Grid has row pivots.
rowPivotModelstring[]The initial row pivot model. Should be an array of column Ids with each column defining a rowPivotKey property.