New to Kendo UI for Vue? Start a free 30-day trial

ExcelExportColumnOptions

Represents the props of the KendoVue ExcelExportColumnProps component.

NameTypeDefaultDescription

cellOptions?

CellOptions

The options of the column data cells.

field?

string

The field to which the column is bound.

Function

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

footerCellOptions?

CellOptions

The options of the column footer cell.

groupFooter?

Function

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

groupFooterCellOptions?

CellOptions

The options of the column group footer cells.

groupHeader?

Function

The header of the group. Can be a function or a Vue 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?

string | number

The width of the column in pixels.