worthy-azureW
Refine3y ago
42 replies
worthy-azure

table not rendering updated data

I was using useUpdateMany() hook for bulk updation and it went well. but the table is not fetching the updated data
is there any way to refresh the table after the operation
whenever I use other hooks linke useUpdate, useDelete, after the operation a getList api is calling automatically and table is reloading with updated data. but useUpdateMnay does not seems to be cally getList after successful updation
Was this page helpful?