web-client-ui icon indicating copy to clipboard operation
web-client-ui copied to clipboard

Full values of DateTimes should be more accessible

Open rbasralian opened this issue 3 years ago • 2 comments

It would be helpful if datetime columns had tooltips that showed the complete date and time:

image

rbasralian avatar Jun 14 '22 19:06 rbasralian

Needs spec

vbabich avatar Jun 15 '22 15:06 vbabich

Moved the "Copy Cell Unformatted" to it's own ticket #919

mofojed avatar Nov 30 '22 20:11 mofojed

We do tooltips for URLs as a precedent.

from deephaven import empty_table
t = empty_table(100).update("x=`https://www.example.com/` + i")

mofojed avatar Oct 29 '24 15:10 mofojed