cheetah-grid icon indicating copy to clipboard operation
cheetah-grid copied to clipboard

Feature Request: Tool Tip

Open JWesorick opened this issue 3 years ago • 1 comments

Being able to have a popup when a cell is selected that provides additional information, in the context of that row/cell not the same thing for the whole column.

"messages" is very similar but has two issues for me: It adds a red/grey exclamation mark to the cell. And it's very limited in how much content it can display.

JWesorick avatar Oct 07 '21 02:10 JWesorick

Thank you for the feature request.

If you want to display too many characters as a tooltip, you may be able to use the textOverflow style property.

style: {textOverflow:'ellipsis'}

However, it only displays a tooltip when the mouse is over.

ota-meshi avatar Dec 17 '21 08:12 ota-meshi