ColumnLayoutInfo
If the set layout is the CellLayoutColumnItem model, the object returned by GridBase.saveColumnLayout()
Signature:
export interface ColumnLayoutInfo
Remarks
It is a type of LayoutInfo.
Example
{
column: "OrderID",
visible: true;
width: 80
}
Properties
Property | Type | Description |
---|---|---|
column | string | Column name |
visible | boolean | Display status |
width | number | column width |
Properties Desc
column
Column name
Type
- string
visible
Display or not
Type
- boolean
width
column width
Type
- number