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.
Definition
Package:@progress/kendo-angular-excel-export
Selector:kendo-excelexport-column
Syntax:
<kendo-excelexport-column field="ProductName"></kendo-excelexport-column>
Inputs
Specifies options for the column's data cells (see example).
field
string
Specifies the field that the column displays.
Specifies options for the footer cell of the column (see example).
Specifies options for the group footer cells of the column (see example).
Specifies options for the group header cells of the column (see example).
The options of the column header cell.
hidden
boolean
Sets the visibility of the column (see example).
false
locked
boolean
Toggles the locked (frozen) state of the column (see example).
false
title
string
The title of the column.
width
number
The width of the column in pixels.