Stacking cell based tooltips

  • Goal: I want to be able to stack the tooltips one on top the other when hovering over the icon that invokes the two tooltips in my Employee Name column.

  • Details: So in the configuration for the column I have a custom cell tooltip, that is what displays the employee name, while the two status indicators are just another tooltip with specific information. Seems like when I hover over the status icon it invokes both tooltips since I am within the cell as well which I want, I just want to better control the positioning of the tooltips where the Name is on the top and the specific info is below it. I have to have the cell tooltip displaying the name for causes where the name is too long.

Any suggestions?

  • Screenshots:

So I wrote logic that detects if a cell has a warning status (status indicator) and when it doesnt then you use the cell based tooltip (hover over the cell to display name) and when it has a status indicator the cell based tooltip is empty and info displays within the status icon where I include the name in there as well as the additional details.

This is a temporary solution that does work and accomplishes what I want but I am still interested on the possibility of controlling the positioning of the tooltips/stacking them on top each other so don't be shy and post if you know any information on that :slight_smile: !!!!!!

Glad you have a workaround! We can make a feature request for controlling the position