RowClassProps
Provides context for customizing row appearance or behavior. Includes row type, index, and optional complete row data.
Props
The following table outlines the props for the RowClassProps:
| Name | Type | Default | Description |
|---|---|---|---|
| data | T | - | The complete data object for the row. Optional, used for conditional styling based on row values. |
| rowIndex | number | - | The index of the row in the grid. Useful for alternating styles or row-specific logic. |
| rowType | string | RowType | - | Type of the row: |