GridRowsSettings
Interface
The settings of the rows prop options.
Definition
Package:@progress/kendo-react-grid
Properties
data?
ComponentType<GridCustomRowProps>
Custom component for rendering the data row.
groupFooter?
ComponentType<GridCustomRowProps>
Custom component for rendering the group footer row.
groupHeader?
ComponentType<GridCustomRowProps>
Custom component for rendering the group header row.
pinnedData?
ComponentType<GridCustomRowProps>
Custom component for rendering pinned data rows.
Falls back to rows.data (then default) when omitted.