How I can show the tooltips in each cell?
How I can show the tooltips in each cell?
elenaf
Posts: 1Questions: 1Answers: 0
in DataTables
How I can show the tooltips in each cell?
This discussion has been closed.
Answers
Use the
title
attribute for the cell (possibly added usingcolumns.createdCell
) for native browser tooltips, or use a jQuery tooltip library if you want more control over the presentation of the tooltips.Allan