I have five different tabs, each with a filter where I am filtering data on the basis of parameters. Now
- Let's say I am on tab 1 and I filtered the content on the basis of parameters.
- Now when I change to tab 2, the filtered data on tab 1 should not be changed and remain same (for comparison purposes). So basically the filtered state should remain same while switching tabs.
I have used no filter module or library for this. How do I implement this in my react application?