New to Kendo UI for Angular? Start a free 30-day trial
ColumnComponent
Represents a column in the Kendo UI Excel Export component for Angular. Use this component to define the structure and options for each column.
html
<kendo-excelexport-column field="ProductName"></kendo-excelexport-column>
Selector
kendo-excelexport-column
Inputs
Name | Type | Default | Description |
---|---|---|---|
cellOptions |
|
Specifies options for the column's data cells (see example). | |
field |
|
Specifies the field that the column displays. | |
footerCellOptions |
|
Specifies options for the footer cell of the column (see example). | |
groupFooterCellOptions |
|
Specifies options for the group footer cells of the column (see example). | |
groupHeaderCellOptions |
|
Specifies options for the group header cells of the column (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. |