ColumnGroupComponent
Component
Represents a group of columns in the Kendo UI Excel Export component. Use this component to organize columns into groups.
Definition
Package:@progress/kendo-angular-excel-export
Selector:kendo-excelexport-column-group
Syntax:
html
<kendo-excelexport-column-group>
<kendo-excelexport-column field="ProductName"></kendo-excelexport-column>
<kendo-excelexport-column field="UnitPrice"></kendo-excelexport-column>
</kendo-excelexport-column-group>
Inputs
The options of the column header cell.
hidden
boolean
Sets the visibility of the column (see example).
Default:
false
locked
boolean
Toggles the locked (frozen) state of the column (see example).
Default:
false
title
string
The title of the column.
width
number
The width of the column in pixels.