You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@darannu86https://github.com/langleyfoxall/react-dynamic-data-table#pagination.
It says here that you also need to add a changePage prop to make this work, which will change what is passed into the rows props. Currently you are passing the fullData set into row, however this should be all rows that should currently being show. This is because you need to handle the data change on change of page yourself. If you want this to be done automatically perhaps look at the AjaxDynamicDataTable. This will handle it for you however the API package to go with this is only for Laravel.
I put my data in:
but it show all rows in one page
The text was updated successfully, but these errors were encountered: