I have a cell table that has several columns whose data can sometimes be wider than their column width.
I have a css text overflow set to ellipsis, so it is obvious to the user that the value of the cell is greater if it exceeds the width of the column.
With “normal” widgets, I would just use setTitle () to automatically display the full contents of the mouse, but TextCell (and all other cell widgets) do not distribute UiObject, so they don’t have this method.
TextCell is implemented by a div in the td tag. Being able to set a title on both elements will give me the behavior I'm looking for, but I cannot find a way to get a handle on any of the elements.
What is the best way to make the behavior of the HTML header work in a cell table widget?
Thank,
Arc
Doug source
share