Remote Data#
This feature allows the user to implement a custom data fetching function. Using this functionality searching, filtering, sorting and paging are ignored and have to be manually implemented.
Props#
| Field | Type | Description | 
|---|---|---|
| data | Array or func | Data to be rendered | 
Usage#
Live Demo#
note
See here for more on the GLOBAL_VARS we use in our demos
Live Editor
Result
