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