-
Notifications
You must be signed in to change notification settings - Fork 284
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
custom_func and multiselect filter #99
Comments
Note that it support integration with Chosen / Select2 plugins #99
Hi,
|
Excellent ! juste one more thing : my reset button doesn't work now as you can see : http://codepen.io/Dravenrip/pen/hpLyv could it be an issue ... or just a problem with my code? Thanks again ! |
My bad, forgot to add support for this new filter type to the exResetAllFilters function, please open a new issue for that one... |
ok no problem. |
Hi everybody,
This, is what i want to do :
i'm trying to filter a column of my datables Table. This column contain some kind of tags/keywords.
I want that we can select 1 or more tag in the header, and the table display only lines that match with ALL selected items.
For the filtering process i used yadcf plugin with Select2 for the multiselect input, but it seems to be impossible.
The custom_func filter seems to be the right way to get what i want, but for the moment it only allow to a simple select input.
My first problem is to upgrade that point and using multiselect in a custom func.
I don't know how to do that :'(
here is my code :
http://codepen.io/Dravenrip/pen/hpLyv
Thanks a lot for your help !
The text was updated successfully, but these errors were encountered: