-
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
text_data_delimiter on range_number_slider #580
Comments
Hi Please provide a jsfiddle test page, use this for a start https://jsfiddle.net/vedmack/t09q871w/ |
Hi @vedmack, I reproduced the bug into this fiddle. Latest versions of jquery, datatables and beta version of yadcf https://jsfiddle.net/wynstep/nvoru7hc/ Thanks! |
Hi Please take a look at the following test page, and let me know what do you think |
@vedmack Hi and thanks for your kind help! |
Added range_data_type: 'delimiter' , to allow range slider filter to handle multiple values per cell - #580
Hi, grab 0.9.4.beta.29,
|
I need the delimiter for range_number as well and was able to get it to work by using this code change starting at like 1557 - not sure if this would break the range slider but it allows range_number to work with the deliminer.
|
Hello!
I have a table containing a column with different numbers separated by comma (eg. 12,34,56,78). When I use the filter_type = "multi-select" and text_data_delimiter = "," it works but it's not working with the range number slider.
Is there any chance to make this filter working for selecting numeric values separated by comma?
Many thanks
The text was updated successfully, but these errors were encountered: