ColumnComponent
Represents the columns of the Kendo UI Excel Export component for Angular.
Selector
kendo-excelexport-column
Inputs
Name | Type | Default | Description |
---|---|---|---|
cellOptions |
| The options of the column data cells (see example). | |
field |
| The field to which the column is bound. | |
footerCellOptions |
| The options of the column footer cell (see example). | |
groupFooterCellOptions |
| The options of the column group footer cells (see example). | |
groupHeaderCellOptions |
| The options of the column group header cells (see example). | |
headerCellOptions |
| The options of the column header cell. | |
hidden |
|
| Sets the visibility of the column (see example). |
locked |
|
| Toggles the locked (frozen) state of the column (see example). |
title |
| The title of the column. | |
width |
| The width of the column in pixels. |