DataSource
Description
A DataSource
is an alias for types that could be set as data source for the grid. It can be one of the following types:
- any object that implements the
DataProvider
interface - an Iterable<
RawItem
> - null
- undefined
Remarks
A DataSource
can be provided through the DataGridOptions
and DataGridStartupOptions
, or via the setDataSource
function on the DataGrid
.
Need help? Contact us!