vedmack / yadcf

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

cumulative filtering won't allow multiple selections in a column #255

Open Isika opened 8 years ago

Isika commented 8 years ago

When cumulative filtering is set to true, one can not select multiple options in a column. Cumulative filter wipes out all the other options in that column. I think each column's filter should only work on the other columns but not on itself. Nevertheless, it's awsome work. Thank you.

liutaurasa commented 8 years ago

+1 for for the enhancement. +1 for awesome work.

szakalq commented 8 years ago

+1

Isika commented 8 years ago

That actually doesn't solve the problem. That way, the options are not filtered when another column has a filter. As in Excel, users expect to be able to select multiple choices on one column even when cumulative filtering is on. Another way of saying would be selecting an option on one column should not filter out the other options on that column.

On Fri, Apr 22, 2016 at 4:59 PM, gnouffre notifications@github.com wrote:

i dont know if i understand the problem, but if u put "cumulative_filtering: true" on all column and proceed by exception on particular culumn adding "cumulative_filtering : false".

exemple ; [{ column_number : 1, filter_type: "range_number" }, { column_number : 2, filter_type: "multi_select", cumulative_filtering : false, }], { cumulative_filtering: true } });

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/vedmack/yadcf/issues/255#issuecomment-213439719

szakalq commented 6 years ago

+1

szakalq commented 6 years ago

maybe it will help: https://github.com/omarcho/dataTables.multiSelect

okliv commented 5 years ago

+1