-
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 slider & select not refreshed after adding row #308
Comments
try adding range slider on fiddle, but dont work?, anyway same effect on select => value are well initialized after table loading, but adding a row dont update filter value (not in this fiddle but on select2 filter, values are well updated) maybe same as #306 |
No issues with select filter being updated, see working jsbin but there indeed an issue with the slider... |
vedmack
added a commit
that referenced
this issue
May 13, 2016
fixed in 0.9.0.beta.17, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will try to make a jsfiddle exemple the scenario is
First i have a datatable with only 1 value, my range slider put this value on min and max range slider.
If i trigger an external filter, with that range slider, all my data are filtered.
Next i populate my datatable with new value, the range slider dont bring those value.
I try to change using range number, and now yadcf working nice.
The text was updated successfully, but these errors were encountered: