DetailRowTemplateParams
Provides parameters for rendering detail content in a master-detail row setup. Defines the master row index and associated data object used to generate detail templates such as nested grids or custom React elements.
Props
The following table outlines the props for the DetailRowTemplateParams:
| Name | Type | Default | Description |
|---|---|---|---|
| row | T | - | Represents the complete data object for the master row. Used to extract values for rendering detail content. |
| rowIndex | number | - | Identifies the master row by its index value. |