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

Some Filters Stop working with ColReorder #123

Closed
Kussie opened this issue Dec 17, 2014 · 6 comments
Closed

Some Filters Stop working with ColReorder #123

Kussie opened this issue Dec 17, 2014 · 6 comments

Comments

@Kussie
Copy link

Kussie commented Dec 17, 2014

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

@vedmack
Copy link
Owner

vedmack commented Dec 18, 2014

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...

@lochehong
Copy link

I have the same problem using 1.10.4 and yadcf 0.8.6
dom: 'RTC<"clear">lfrtip',

when i add this line, my yadcf Text boxes becomes not clickiable.

clicking doens't activate the select box either.

@lochehong
Copy link

http://jsfiddle.net/e4685cug/

try this. the columns can't be clicked. i'm using chrome by the way.

@lochehong
Copy link

Right click works but not left click

@vedmack
Copy link
Owner

vedmack commented Jan 12, 2015

Indeed... this one looks interesting... gonna take a look at it...

@vedmack
Copy link
Owner

vedmack commented Jan 22, 2015

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants