DataLoadEvent
Specifies the event arguments triggered after successful data fetch.
Props
The following table outlines the props for the DataLoadEvent:
| 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. |