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
visiblebooleanDisplay status
widthnumbercolumn width

Properties Desc

column

Column name

Type - string


visible

Display or not

Type - boolean


width

column width

Type - number