vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
732 stars 285 forks source link

Filtering the filters #659

Closed nehaharidasneo closed 2 years ago

nehaharidasneo commented 2 years ago

I have a request to add a feature that can filter the filters as we search in the table. For instance when we use this page DOM_source_select2.html and search for Some Data 2 then the Tags filter shows all the tags. Instead, I request it should only load the related data for the search.

so like in excel when we apply a filter in one column the filters of other column are also filtered something similar to that. Let me know if we can take this in the main js file.

vedmack commented 2 years ago

take a look at the cumulative_filtering option? http://yadcf-showcase.appspot.com/cumulative_filtering.html ?