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