web-client-ui
web-client-ui copied to clipboard
Full values of DateTimes should be more accessible
It would be helpful if datetime columns had tooltips that showed the complete date and time:

Needs spec
Moved the "Copy Cell Unformatted" to it's own ticket #919
We do tooltips for URLs as a precedent.
from deephaven import empty_table
t = empty_table(100).update("x=`https://www.example.com/` + i")