LocalDataProviderConfig
Signature:
export interface LocalDataProviderConfig extends DataProviderConfig, EventHandlers<LocalDataProvider>
Extends: DataProviderConfig, EventHandlers<LocalDataProvider>
Properties
Property | Type | Description |
---|---|---|
filterMode | "and" | "or" | Set operation conditions between filters. |
filters | string | string[] | Filters data from a dataset. |
Properties Desc
filterMode
Sets the operation condition between filters.
Type
- "and" | "or"
Remarks:
See LocalDataProvider.setFilterMode()
filters
Filters data from a dataset.
Type
- string | string[]
Remarks:
See LocalDataProvider.setFilters()