Hi Handsontable expert,
I am working on a Tooltip feature what when users hover on the item name column, then the item description will show up as Tooltip. This means for different item name, I will get different tooltip content.
All the reference I found on Handsontable is to create Tooltip for buttons, and the Tooltip is static. What I want is dynamic tooltip for each row in an Handsontable table.
So my question is:
- Is that possible to have a dynamic tooltip which is from the cell content?
- Looks like I need to create a render function, but after registering the renderer, how do I use it to show the cell tooltip?
I am new to Handsontable, hopefully I made myself clear. Thank you for any advice in advance!
Thanks
Wei