React-table with hold all previous filters

I’m fresher in reactjs and now I’m looking for a solution of refresh react-table with hold all previous filters. In detail, I filter data to perform some edit actions and click save which involve refresh grid data of react table but I want to hold all my previous filters and let react-table render new data after the changes.

Thanks for your help,
Sailaja