vedmack / yadcf

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

[possible bug] cumulative filtering true & Select2 multiple #648

Closed lenamtl closed 2 years ago

lenamtl commented 3 years ago

Hi,

I'm trying to use cumulative_filtering: true & multi_select with select2 I cannot select multiple items if cumulative_filtering is true https://jsfiddle.net/lenamtl/p8ewmvgr/

Any clue?

Also I don't really understand the diff between cumulative true or false can you explain ?

vedmack commented 2 years ago

Hi This feature causes one filter to affect other filters content, please read the descriptions, you can also see it live on the showcase page http://yadcf-showcase.appspot.com/cumulative_filtering.html

  • cumulative_filtering Required: false Type: boolean Default value: false Description: Change the default behavior of the filters so its options will be populated from the filtered rows (remaining table data after filtering) only, unlike the normal behavior in which the options of the filters are from all the table data