Expand description
Types pertaining to defining and constructing a Grid.
Structs§
- Data
Source - A struct passed to the JavaScript grid which is used by AG Grid to fetch the requested data from the server.
- Data
Source Builder - Builder for the
DataSource. - Grid
Options - An instance of an AG Grid
GridOptions.
Enums§
- DomLayout
- Allowed values for
GridOptions::dom_layout. - Edit
Type - Allowed values for
GridOptions::edit_type. - Multi
Sort Key - Allowed values for
GridOptions::multi_sort_key. - Resize
Method - Allowed values for
GridOptions::col_resize_default. - RowModel
Type - Allowed values for
GridOptions::row_model_type. - RowSelection
- Allowed values for
GridOptions::row_selection. - Sort
Method - Allowed values for
ColumnDef::sortand related methods.