-
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
Range number filter type used with html text data type #15
Comments
Actually right now the column_data_type is implemented only for filter_type : "select" , I will implement it for range_number_slider too. |
Thanks in advance! |
Is this a quick fix? Looking into this myself but literally wasting my time... |
Should work now (tested myself and works for me), |
Working great! Look at the EET filter now! http://flyin.czul.org/?p=bookings Thanks a bunch! |
You are welcome, but I guess the bookings page only visible for logged in users... |
Can't get anything to work using
filter_type: "range_number_slider"
along with
column_data_type: "html" (neither text, id or value)
Any hint for me?
The text was updated successfully, but these errors were encountered: