ColumnLayoutInfo
설정된 레이아웃이 CellLayoutColumnItem 모델일 경우, GridBase.saveColumnLayout() 에서 반환되는 오브젝트
Signature:
export interface ColumnLayoutInfo
Remarks
LayoutInfo 의 한 종류이다.
Example
{
column: "OrderID",
visible: true,
width: 80
}
Properties
Property | Type | Description |
---|---|---|
column | string | 컬럼명 |
visible | boolean | 표시여부 |
width | number | 컬럼 너비 |
Properties Desc
column
컬럼명
Type
- string
visible
표시여부
Type
- boolean
width
컬럼 너비
Type
- number