GridViewConfig
Grid setting information: Used when creating a grid using RealGrid.createGrid().
Signature:
export interface GridViewConfig extends ViewOptions, GridBaseConfig, EventHandlers<GridView>
Extends: ViewOptions, GridBaseConfig, EventHandlers<GridView>
Properties
Property | Type | Description |
---|---|---|
accessibility | boolean | Set to true when creating in web accessibility mode. |
dataProvider | LocalDataProvider | Set when sharing the DataProvider of another grid. |
grouping | GroupingOptions | Row grouping configuration model |
groupPanel | GroupPanel | Group Panel configuration model |
rowGroup | RowGroup | Row Group Model |
waiOptions | WaiOptions | Settings for setting the caption of an HTMLTableElement when created in web accessibility mode |
Properties Desc
accessibility
Set to true
when created in web accessibility mode.
Type
- boolean
dataProvider
Set when sharing the DataProvider of another grid.
Type
- LocalDataProvider
grouping
Configuration model related to row grouping
Type
- GroupingOptions
groupPanel
Group Panel configuration model
Type
- GroupPanel
rowGroup
Row Group model
Type
- RowGroup
waiOptions
Configuration for setting the caption of an HTMLTableElement when created in web accessibility mode.
Type
- WaiOptions