How can I add Tooltips for every cell on Handsontable?

Tags: #<Tag:0x00007f8b1db01170>

Hello,

I want to add simple Tooltips for every cell of my Handsontable instance. What is the easiest way to do that?

Regards

Hi @HakanAkkurt

I would recommend checking this topic on Stackoverflow over the title property https://stackoverflow.com/questions/10515490/how-to-apply-style-to-title-attribute-of-td-tag

They share some of the examples of the HTML structure that you can use. When it comes to Handsontable you can create a custom renderer and push the logic from that tutorial to any given cell.

1 Like