DataRequestEvent
Specifies the event arguments for a data request triggered during data loading.
Props
The following table outlines the props for the DataRequestEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| data | { [key: string]: unknown }[] | DataManager | string[] | number[] | boolean[] | - | Specifies the dataSource, which can be an array of objects, DataManager, or primitive arrays. |
| query | - | Specifies the query to retrieve data from the data source. |