Tooltip on Mouse over the record of datatable
Hi,
I want to display some message when the user places mouse over the row of the datatable. I can not use java script in mmy project.
Please give me a sample example or pointer.
- Ramesh
Hi,
I want to display some message when the user places mouse over the row of the datatable. I can not use java script in mmy project.
Please give me a sample example or pointer.
- Ramesh
hi ,
in your <tr> tag use title attribute for tooltip
[b]<tr title="database table">[/b]
<td> namedata </td>
<td> xx </td>
</tr>
Hi,
Sorry i was not clear in my post. I am using datatable in JSF. And i want to display tooltip for row of the datatable.
Thanks,