future-architect/cheetah-grid

Feature Request: Tool Tip

JWesorick opened this issue · 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.

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.