DataLoadEvent

Specifies the event arguments triggered after successful data fetch.

Props

The following table outlines the props for the DataLoadEvent:

NameTypeDefaultDescription
data
{ [key: string]: unknown }[] | DataManager | string[] | number[] | boolean[]
-

Specifies the dataSource, which can be an array of objects, DataManager, or primitive arrays.