Closed devemtv closed 4 years ago
Hi, i have a problem, i try to implement the component but i am getting this error...
Invalid prop: type check failed for prop "data". Expected Object, got Array
How should the data be passed to the props data?
I await your response, thanks.
Hi @devemtv,
The table expects the data from the backend to be paginated using the DataTableCollectionResource provided on the backend package.
DataTableCollectionResource
See here for more details.
Thanks,
James
Hi, i have a problem, i try to implement the component but i am getting this error...
Invalid prop: type check failed for prop "data". Expected Object, got Array
How should the data be passed to the props data?
I await your response, thanks.