Type Alias: LoadDataHandler()
LoadDataHandler = (
searchKeyword,loadCallback,currentDataLength) =>void
Describes a function that is called when data is to be loaded into the component.
Parameters
searchKeyword
string
the current search value.
loadCallback
the callback function called to set the data in the component.
currentDataLength
number
the length of the data already loaded.
Returns
void