New to Kendo UI for Angular? Start a free 30-day trial
ColumnGroupComponent
Represents a group of columns in the Kendo UI Excel Export component. Use this component to organize columns into groups.
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>
Selector
kendo-excelexport-column-group
Inputs
Name | Type | Default | Description |
---|---|---|---|
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. |