Is there a way in yadcf for DataTables, for the values in select2 dropdown-boxes, to adapt to the current filtering of the table.
That means: I want to only see the values in the dropdown-box which are visible in the table right now.
Example: Go here: http://yadcf-showcase.appspot.com/DOM_source_chosen.html
After filtering column 1, I'd expect the tag-column to only show "Tag 1", "Tag 2", "Tag 3" because only those are remaining...
Is there a way to do it?
Thanks a lot!