New to Kendo UI for Vue? Start a free 30-day trial
ExcelExportColumnOptions
Represents the props of the KendoVue ExcelExportColumnProps component.
Name | Type | Default | Description |
---|---|---|---|
cellOptions? |
|
The options of the column data cells. | |
field? |
|
The field to which the column is bound. | |
footer? |
|
The column footer. Can be a function or a Vue component. | |
footerCellOptions? |
|
The options of the column footer cell. | |
groupFooter? |
|
The footer of the group. Can be a function or a Vue component. | |
groupFooterCellOptions? |
|
The options of the column group footer cells. | |
groupHeader? |
|
The header of the group. Can be a function or a Vue component. | |
groupHeaderCellOptions? |
|
The options of the column group header cells. | |
headerCellOptions? |
|
The options of the column header cell. | |
hidden? |
|
|
Sets the visibility of the column. |
locked? |
|
|
Toggles the locked (frozen) state of the column. |
title? |
|
The title of the column. | |
width? |
|
The width of the column in pixels. |