How I can show the tooltips in each cell?

How I can show the tooltips in each cell?

elenafelenaf Posts: 1Questions: 1Answers: 0

How I can show the tooltips in each cell?

Answers

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin

    Use the title attribute for the cell (possibly added using columns.createdCell) for native browser tooltips, or use a jQuery tooltip library if you want more control over the presentation of the tooltips.

    Allan

This discussion has been closed.