-
Notifications
You must be signed in to change notification settings - Fork 180
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
no longer possible to set numerical value to NA #1000
Labels
Comments
Good question. I've just tested in JS and |
@stla Great! Could you help us fix it? Thanks a lot! |
Ok, will try to fix that today. JS arithmetic is strange ^^ |
@tverbeke This bug should be fixed now. You can install the development version via remotes::install_github('rstudio/DT') Thanks! |
Beautiful! Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you run the following example and push the button, it will correctly show a missing value (blank cell) in the table with DT 0.22 and will (erroneously) show a 0 with DT 0.23 (as well as with the current development version of DT).
By filing an issue to this repo, I promise that
xfun::session_info('DT')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/DT')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: