-
Notifications
You must be signed in to change notification settings - Fork 6
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
calendar columns break DT::datatable()
#335
Comments
It looks like the problem is coming from I feel like the core of the issue is that it is trying to recurse over the calendar object at all |
This is probably a htmlwidgets bug more than a clock bug |
Reported upstream |
Unfortunately, the error here is a bit of a red herring. While I do have a PR to apply Davis' suggestions in htmlwidgets, once that obstacle is removed, I'm not sure if DT explicitly performs a format step, or if it does why it's not being applied to the |
I expected
DT::datatable()
to use a format method (likeas.character()
) of a calendar column, and show me that.But passing a clock calendar column to DT fails.
Manually wrapping
as.character()
around the offending column works.Session info
The text was updated successfully, but these errors were encountered: