Tooltip when mouse goes over any row
Tooltip when mouse goes over any row
trongart
Posts: 222Questions: 51Answers: 0
In this example, I would like a tooltip to popup next to the mouse pointer when the mouse goes over a row in the table. The tooltip should show the relevant name cell and some text. Everything works except I am not sure how to connect the tooltip class to the mouseover event in the example. The tooltip should appear as in the top left of the table when the mouse goes over "Test1".
This question has an accepted answers - jump to answer
Answers
You can use
rowCallback
to create tooltips for the row, see example here,Colin