efficient-indigoE
Refine3y ago
16 replies
efficient-indigo

Refresh the page when closing the modal

<List title='Assign'>
<Table
  {...tableProps}
   rowKey="id"
   columns={columns}
/>
</List>

After closing the modal i want to refresh the page data
Was this page helpful?