-
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
filter_match_mode with bStateSave not working #42
Comments
Hi,
Try to select "Some Data 1" and "Some Data 11" |
@vedmack Thanks for your answer.
and when use AJAX mData
filter fine but selected is incorrect. The gist https://gist.github.com/angelsystem/10561924 Thanks. |
Yep , its a bug related to the filter_match_mode with bStateSave, will fix it... (not related to chosen mode) |
Fixed in 0.6.7 version , updated showcase with example http://yadcf-showcase.appspot.com/DOM_source_chosen.html |
Hi guys,
When put two options no work selected chosen:
{column_number : 0, filter_match_mode: 'exact', select_type: "chosen"}
but put:
{column_number : 0, select_type: "chosen"} work fine.
Thanks,
Angel.
The text was updated successfully, but these errors were encountered: