-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tooltip on h:outputText or b:dataTableColumn #646
Comments
Most likely, the Come to think of it, this is a use case we didn't implement yet. Both adding tooltips to the data table and creating a new component like |
i added a tooltip to a b:badge with a functioning tooltip on the same page but the div method still does not work. maybe bootstrap is not configured in a standard way? |
a |
I think we can close the ticket. It's always possible to use JavaScript if everything else fails. |
@stephanrauh i think a b:outputText is a really good idea for 1.6. I often need a output and a label in my forms |
OK. Let's re-open the ticket! |
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?The text was updated successfully, but these errors were encountered: