Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Isika opened this issue Nov 16, 2015 · 6 comments
Open

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

Isika opened this issue Nov 16, 2015 · 6 comments

Comments

@Isika
Copy link

Isika commented Nov 16, 2015

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
Copy link

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

@szakalq
Copy link

szakalq commented Jan 18, 2016

+1

@Isika
Copy link
Author

Isika commented Apr 22, 2016

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
#255 (comment)

@szakalq
Copy link

szakalq commented Oct 20, 2017

+1

@szakalq
Copy link

szakalq commented Jun 29, 2018

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

@okliv
Copy link

okliv commented Jul 31, 2019

+1

Repository owner deleted a comment from JenyaB86 Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants