Module gridoptions

Module gridoptions 

Source
Expand description

Types pertaining to defining and constructing a Grid.

Structs§

DataSource
A struct passed to the JavaScript grid which is used by AG Grid to fetch the requested data from the server.
DataSourceBuilder
Builder for the DataSource.
GridOptions
An instance of an AG Grid GridOptions.

Enums§

DomLayout
Allowed values for GridOptions::dom_layout.
EditType
Allowed values for GridOptions::edit_type.
MultiSortKey
Allowed values for GridOptions::multi_sort_key.
ResizeMethod
Allowed values for GridOptions::col_resize_default.
RowModelType
Allowed values for GridOptions::row_model_type.
RowSelection
Allowed values for GridOptions::row_selection.
SortMethod
Allowed values for ColumnDef::sort and related methods.