-
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
chosen / multi_select / external filter conflict for chosen width option #47
Comments
I will check what can be done with the width issue, and regarding the false of the reset: make sure youset a boolean false and not a string "false" value because I use === |
yes, I had checked I'd set a boolean when this occurred thank you for looking into these -- I could hack something together for a On Mon, May 12, 2014 at 1:37 PM, Daniel [email protected] wrote:
|
Please post the relevant code |
There was a bug in my code -- I was using 30[px] rather than 30em. This value does seem to be taking precedence. I think there is still a bug in this code for case of external filter, when width is not already set. Perhaps in the case of external filter, the column's th needs to be looked at to determine the width, rather than closest th. Maybe this works for external or column header filters. Setting width for external case is a workaround to having the width set automatically. But since it is a multi_select, this might be a natural thing to do, to make room for several chosen tags. So this bug, if it exists, does not affect me, as I'm setting the width myself as a workaround. I would try to fix and do pull but my code doesn't use column header filters, so I have no easy way to test it for column header filters. I hesitate to just make some code and ask you to test. |
I will look at it when I'll have the time and you are right, I was never into testing others code, prefer to write my own (don't mind accepting tested one) :) |
fixed in 0.7.0 version |
When I configure a column using external filter and chosen, thus
the width parameter to chosen is ignored.
I think the offending code is
which expects the filter to be in the header.
Side issue -- attempt to disable filter_reset_button_text (=false) left reset button with "false" text, rather than disabling the button.
The text was updated successfully, but these errors were encountered: