-
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
Some Filters Stop working with ColReorder #123
Comments
Currently on 'select' and 'text' are supported along with ColReorder because untill now they are the only filter types that were requested to support the ColReorder plugin (#107), but all other filter types are remain "clickable" and "functional" (they just filter the wrong column numbers) see the jsfiddle example: http://jsfiddle.net/e4685cug/9/ , date filter does open. Anyway if you want additional filter types to support the ColReorder functionality please specify their type so I will prioritize them before other filter types... |
I have the same problem using 1.10.4 and yadcf 0.8.6 when i add this line, my yadcf Text boxes becomes not clickiable. clicking doens't activate the select box either. |
try this. the columns can't be clicked. i'm using chrome by the way. |
Right click works but not left click |
Indeed... this one looks interesting... gonna take a look at it... |
fixed in 0.8.7.beta.10 - now all filters are clickable, but know that only text and select filters are really working after the columns reordering see http://jsfiddle.net/e4685cug/16/ |
I am coming across a strange issue with this, when using the ColOrder Plugin and the latest version of Datatables (1.10.4 - New API) and yadcf. The Date and Text filters become unclickable so i can't actually use those fields. However i have no issues with the select drop down.
http://pastebin.com/SJtNz6Su
The text was updated successfully, but these errors were encountered: