SMART datagrid v.1 > Classes

Back  Forward

DataLudi.ColumnLayout  class

ColumnLayout sets the column list in items property to rearrange grid columns. 

You can put the column included in column group to the top, and can also organize a new column group by collecting columns in other column group. Of course, you can show or hide the column which is not displayed currently. 

After registering ColumnLayout in grid by GridBase.registerColumnLayouts, it will be set in grid by columnLayout property. 

Base Classes
DLBase
Constructor
function ColumnLayout (name: String);
Properties
items
name
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
GridBase.registerColumnLayouts
columnLayout
GridColumn
Examples
Column Layouts