If my (Bulk) table row item contains long data then I want to show (...) at the end and on hover of the text it should show complete text.(attached file)
I want to show only 5 items in the table row .
Also remove the vertical scroll .
Hi,
you can use substr() function- like
Substr("My TExt is so long",0,5)+"..."
and use tool tip when you can hover and show full text in this tool tip.
hope this will help.
Regards
Rahul
On hover should show complete text , what can be done ?
yes you can it-
set isHover property true and see how to use tooltip
on content show you highlighted text and and in tooltip to show your full text.
Hi nilesh
Another idea is to set the cell's title property to full value.
Kind regard