If I good understand your question you would like to remove/hide filtered data from filters?
In the attached file, do you want to disappears Ut and dignissim from the filters?
This isn’t possible, unfortunately. Filters plugin hides the filtered out rows in the table. But doesn’t hide it in filters itself.
If you would it, you couldn’t filter them out afterwards.
I don’t want to filter them afterwards, i just want to hide UT and dignissim. How can i do it? Because currently the Array coming for DB is about 30k rows and after filtering it becomes 10k and i just want to show those 10k rows after applying filters.
Don’t want to filter them afterward, because these filters will be set by Admin and the user will just be able to apply filters of filtered data not the whole data.
I just want to show filtered data filters in Table. e.g if my filtered data has ids: [1,2] it should just show 1 and 2 in filters not other hidden ids [3,4,5,6,7] that are not in filtered array
Now this is the filtered data i applied filter on LastName and i now my filters options are limited to filtered list, only LastName has all the data with filters, but member number has 4 values not all the values.