Auto focus DOM container on mount.
Specifies CSS class name of the DOM container
Specifies an array of column definitions to initialize the grid
Specifies a JSON object used to deserialize the grid from
Specifies other props of the DOM container
Specifies an array of objects for the grid model or a dataSource object
Specifies options of grouping strategy.
Specifies height of the DOM container
Specifies ID of the DOM container
Specifies layout strategy. Default value is instance of GridLayout with default options
This event occurs before loading next data range.
This event occurs when the user changes the column visibility, pinned option, or column width, or expands or collapses the column group from UI
This event occurs when the user starts dragging the column and before dropping the column in the column header
This event occurs before editing, once editing has started, before editing has ended, or editing has stopped
This event occurs when the focused row is changed. The event fires on GridLayout or HorizontalLayout
This event occurs when the user updates groups with UI actions. The event is fired before the actual update happens
This event occurs when clicking the row
This event occurs when double-clicking the row
This event occurs when the user starts dragging the row and before inserting the row at new position
This event occurs when the user changes the selection using UI actions.
Specifies options of layout strategy and other common options like filtering/sorting/grouping.
Specifies other styles of the DOM container
Specifies width of the DOM container
Callback on each creation of underlying DataView component.
Defines properties of DataViewComponent