Hi @Devarsh_Sheth,
Retool does not have a native way to do this.
Here are ways you can achieve
- Re-run the query that generates the table after the edited data has been sent via API
- Another way to do this is to save the query data to a temporary state and then load the values from the temporary state to the table. Doing it this way, you can access the data and use some JS logic to remove/filter out the edited data.
- The third way is to use the setFilters Method in conjunction with a temporary state variable to hide these values.\
These articles would be helpful to you when doing this
Table Filter tooltip and operators table
Using setIn() to change a temp state variable