I need to auto display a tooltip on some rows of my datatable , without any event, i've read the that it can be done using Primefaces Extensions, but could not find an example that works. I don't know what value should take the attribute forSelector.
<pe:tooltip value="Click to view More Datails"
forSelector="?" shared="true"
targetPosition="top center" position="left center"
autoShow="true" />