http://yadcf-showcase.appspot.com/cumulative_filtering.html
If you begin with selecting "Tag 5" in the last column, the first column is not filtered to the only remaining selections (you get all values as selectable)
Is this a one way cumulative? (col1 first, then col2 then col3), or should the cumulative affect all other columns in the process forward and backward?
test case link here - https://jsfiddle.net/myc05td2/
Select Tab 2 in the last column, and Some Data 11 is still available in the first column.
Or, select Tab11 and you will see that it should only list Some Data 11 in the first column, but it shows all items in column 1
Found out the reason,
You had an explicit
cumulative_filtering: falsefor the first column, while the global was set totrue.Once I removed that explicit false, the problem was solved
jsfiddle sample: https://jsfiddle.net/vedmack/2aLntwkf/
Here is the complete code: