GridCellsSettings
The settings of the cells prop options.
Definition
Package:@progress/kendo-vue-grid
Properties
data?
string | Component<GridCustomCellProps>
Custom component for rendering the data cell in table layout mode.
edit?
{ text?: string | Component<GridCustomCellProps>; numeric?: string | Component<GridCustomCellProps>; boolean?: string | Component<GridCustomCellProps>; date?: string | Component<GridCustomCellProps> }
Custom cell components for edit columns.
filterCell?
string | Component<GridCustomFilterCellProps>
Custom component for rendering the filter cell.
footerCell?
string | Component<GridCustomFooterCellProps>
Custom component for rendering the footer cell.
group?
{ groupHeader?: string | Component<GridCustomCellProps>; data?: string | Component<GridCustomCellProps>; groupFooter?: string | Component<GridCustomCellProps> }
Custom cell components for group columns.
groupFooter?
string | Component<GridCustomCellProps>
Custom component for rendering the group footer cell.
groupHeader?
string | Component<GridCustomCellProps>
Custom component for rendering the group header cell.
headerCell?
string | Component<GridCustomHeaderCellProps>
Custom component for rendering the header cell.
hierarchy?
{ groupHeader?: string | Component<GridCustomCellProps>; data?: string | Component<GridCustomCellProps>; groupFooter?: string | Component<GridCustomCellProps> }
Custom cell components for hierarchy columns.
pin?
{ groupHeader?: string | Component<GridCustomCellProps>; data?: string | Component<GridCustomCellProps>; groupFooter?: string | Component<GridCustomCellProps> }
Custom cell components for pin columns.
select?
{ groupHeader?: string | Component<GridCustomCellProps>; data?: string | Component<GridCustomCellProps>; groupFooter?: string | Component<GridCustomCellProps> }
Custom cell components for selection columns.