vedmack / yadcf

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

Cumulative Filter is hiding filter options when selected one rather than disabling them #686

Open Yshdhiman opened 6 days ago

Yshdhiman commented 6 days ago

Hey, i'm trying to use cumulative filter mode, when I select one of the 10 options, the filtering happens with no issue, but the 9 other options go away, and I need to "deselect the option" to find the complete list again. can the other option just become disable rather than disappearing..??

vedmack commented 5 days ago

please share a test page showing your issue

Yshdhiman commented 4 days ago

image image

as you can see i had multiple options in the filter, but when i select any they just disappeared not only for this but for other filter as well.

To sort this issues i had to create a custom function with custom functionalities. We have limited data so the approach i used is working fine. i.e any selected filter shoundn't affect the previous one but only the unselected one and if i move to the previous filter then it will reset the next selected filters from that filter. i would have send you a video of it but options are not showing in screen recording. i hope you got my point.

image image image image