ExcelExportColumnProps

Represents the props of the KendoReact ExcelExportColumnProps component.

NameTypeDefaultDescription

cellOptions?

CellOptions

The options of the column data cells.

field?

string

The field to which the column is bound.

Function | ExcelExportFooter

The column footer. Can be a function or a React component.

footerCellOptions?

CellOptions

The options of the column footer cell.

groupFooter?

Function | ExcelExportGroupFooter

The footer of the group. Can be a function or a React component.

groupFooterCellOptions?

CellOptions

The options of the column group footer cells.

groupHeader?

Function | ExcelExportGroupHeader

The header of the group. Can be a function or a React component.

groupHeaderCellOptions?

CellOptions

The options of the column group header cells.

headerCellOptions?

CellOptions

The options of the column header cell.

hidden?

boolean

false

Sets the visibility of the column.

locked?

boolean

false

Toggles the locked (frozen) state of the column.

title?

string

The title of the column.

width?

number

The width of the column in pixels.