Summary
We need a way to trigger a re-render of the Async Table whenever an action is performed.
Basic example
If a user acts on a table row (such as edit or delete), the table should automatically refresh to reflect the updated data.
Motivation
Currently, with the Async Table setup, there is no built-in way to refresh the component after a successful action, such as deleting a row. We need a mechanism to re-render the table upon such updates.
Summary
We need a way to trigger a re-render of the Async Table whenever an action is performed.
Basic example
If a user acts on a table row (such as edit or delete), the table should automatically refresh to reflect the updated data.
Motivation
Currently, with the Async Table setup, there is no built-in way to refresh the component after a successful action, such as deleting a row. We need a mechanism to re-render the table upon such updates.