-
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
Filter not working on dynamic input in Firefox but in Chrome #602
Comments
@alex-seitz , Hi in both test pages the filtered column is empty |
Hi, |
Its because of the I fixed it in 0.9.4.beta.31, you should add See working jsfiddle https://jsfiddle.net/su08z3f2/1/ (js file currently on my dropbox - lin in jsfiddle) as to "empty cells." - please elaborate more about the scenario |
Thank you. It works great.
but then the values I add to the cells no longer show up. Best, |
I think you looking for |
@alex-seitz if it won't help you feel free to open a new issue with test page / scenario / expected / actual... |
#602 - Filter not working on dynamic input in Firefox but in Chrome
@vedmack It works great, thank you for your help |
Hello,
I have a table with an editable cell that I update using the infalidate().draw() method. The filters get updated in both browsers but the filtering itself only works in Chrome. In Firefox I only get an empty table.
I have attached an example file where this is the case.
Here is a jFiddle: https://jsfiddle.net/alexseitz/sx9fgdw0/
This jFiddle shows that the data is present in the datatable and as I said, in Chrome the filtering works just fine.:
https://jsfiddle.net/afs68Lg7/
Additionally, is it possible to also select empty cells. The only example I found was to add the empty fields manually to the filter, which I then can't update with the dynamic content of the editable fields
Thank you in advance
Alex
The text was updated successfully, but these errors were encountered: