koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
324 stars 95 forks source link

Filters only considering the primary unique values, Not the respective filtered unique values #813

Closed SaiPrabhu611 closed 3 years ago

SaiPrabhu611 commented 3 years ago

Firstly, Thank you Table Filter, it helped me a lot

Using this package, I found that the filters on columns are only taking primary unique values into account, but not the respective filtered values, Let's consider Column1 has 5 values, if I select a value from dropdown and get the result, in the column 2 filter, it still shows the values which are primarily taken, not the filtered or present result values.

Anyone if solved or can solve and share your views would be appreciated.

Thank you

cjohnsonuk commented 3 years ago

Try looking at the linked_filters setting . this may be what you are looking for

There's an example here https://www.tablefilter.com/linked-filters.html