New to Kendo UI for VueStart a free 30-day trial

Represents the props of the KendoVue ExcelExportColumnProps component.

Definition

Package:@progress/kendo-vue-excel-export

Properties

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.

The options of the column footer cell.

groupFooter?

Function

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

The options of the column group footer cells.

groupHeader?

Function

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

The options of the column group header cells.

The options of the column header cell.

hidden?

boolean

Sets the visibility of the column.

Default:

false

locked?

boolean

Toggles the locked (frozen) state of the column.

Default:

false

title?

string

The title of the column.

width?

string | number

The width of the column in pixels.