RealGrid2 API
Interface
ColumnLayoutInfo

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

PropertyTypeDescription
columnstringColumn name
type"column"layout의 type
vindexnumber표시 순서
visiblebooleanDisplay status
widthnumbercolumn 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