Hello All,
Using JSOM I am able to display SharePoint List Items via html table ,
But my client wants to display other SharePoint List item as a comment when user mouse hover .
Can anyone please help me how can I get it.
Hello All,
Using JSOM I am able to display SharePoint List Items via html table ,
But my client wants to display other SharePoint List item as a comment when user mouse hover .
Can anyone please help me how can I get it.
Hi @siddiqali-9082 ,
You can add title attribute (title = “value from other list item field”) to the table <td> cell to add tooltip information when mouse hover:

Here are some similiar question for your reference:
How to add tooltip to HTML table cell without using JavaScript ?
Tooltips for cells in HTML table (no Javascript) [2]: https://www.geeksforgeeks.org/how-to-add-tooltip-to-html-table-cell-without-using-javascript/
Thanks
Best Regards
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
4 people are following this question.