These questions are screaming like a duplicate of JSF 2.0 + Primefaces 2.x: a hint for the datatable string , but since this old question has no working / satisfying solution for me and there is no way (?) To attract attention to itself. I opened this new one.
It is very simple: I have a dataTable (with JSF standard or with performances), and I would like to add another tooltip for each row (not just for one field in it!).
What I have tried so far:
<pe:tooltip value="This is row number #{rowIndex}" for="@(#table1 tr[role=row][data-ri=#{rowIndex}])" atPosition="top center" myPosition="bottom center" shared="true" />
where #table1 is the identifier of my data table. It occurred to me because of this .
And both solutions are from JSF 2.0 + Primefaces 2.x: tooltip for the datatable string : the first solutions work, but only for ONE field / id, and not for the whole string. The second solution will not work for me.
And I'm 100% sure that both simple and primary extensions work for me, I tested it.
jsf-2 datatable tooltip primefaces primefaces-extensions
OschtΓ€rEi
source share