-
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 being apply to wrong column when using colReorder #107
Comments
What filter types are you using? So I will begin with those types first... because its not a small feature... |
Hi Daniel, |
Thanks, but I almost done with the colReorder support for the select / text filters anyway... |
Great! I really appreciate it. Thanks Daniel |
go grab the 0.8.7.beta.3 , added "Support (partial) for ColReorder (for filter_type 'select' and 'text') …" |
@vedmack thanks it seems to be working now, are you planning on adding this enhancement to the other filter types? We are eventually going to start using other types as well (specially multi_select and date) |
I do plan to add this to all filter types, but since the lack of time it will be better if you will open new issue for specific filter types so they'll get higher priority from me. |
rewrite the ColReorder for select / text filters #107
rewrite the ColReorder for select / text filters #107
This issue occurs when using colReorder with yadcf. If a column is moved around and the column filter is applied after moving the column. The filtering will be performed in the original (initial) position that the column filter was in.
Sample fiddle: http://jsfiddle.net/e4685cug/ and to recreate issue: swap column "header4" with "header3" and apply a filter of 1.8 on "header4"
The text was updated successfully, but these errors were encountered: