ReadonlyoptionsProvider options as passed via grid.options.data.
Protected ReadonlyqueryingQuerying controller used to build and apply modifiers.
Applies the current query modifiers to update the provider's presentation state.
Destroys the provider and releases resources.
Returns the assumed / configured data type for a column.
Returns all available column IDs.
Returns the number of items before pagination has been applied.
Returns the current number of rows in the presentation dataset (after applying all query modifiers).
Returns a stable row id for a given row index (as used by the viewport).
Returns the current row index for a given stable row id.
Returns a row as an object keyed by column IDs.
Returns a cell value for a given column and row index.
Initializes the data provider.
Protected StaticassumeHelper method to assume the data type of a column based on the sample of the column data.
The sample of the column data to determine the data type from.
The id of the column to determine the data type for.
Remote data provider for the Grid.
Fetches tabular data from a remote API in chunks and exposes it through the standard
DataProviderinterface used by the Grid viewport.