-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Milestone
Description
i am trying to put a tooltip on a value in a cell inside a dataTable. i cannot see any way to do this without rendering a component like inputText or badge. i just want to be able to hover over the cell or div and see a tooltip.
i even tried <div data-toggle="tooltip" data-container="body" data-original-title="#{item.tooltip}" title="">content</div> but this seems to have no effect whereas this should work with bootstrap?