My data table does not update the page data according to the data I updated in the page state. When changing the page of the data table, the UI does not appear and the loading does not stop. How to fix this error?
Add data to the data table using page state
Database & APIs
I put the data called from the api into the page state, then assign it to the data table. In the On Page Changed action of the data table, I call the api and set the new data into the page state.
No
1
5 replies