Hi, i have this table, and when the title is too long, the header forces to the body of the table to expand.
Is there anyway to truncate and put a tooltip on the table name?
Thanks.
Hi, i have this table, and when the title is too long, the header forces to the body of the table to expand.
Is there anyway to truncate and put a tooltip on the table name?
Thanks.
Sure, just set its GraphObject.toolTip. GoJS Tooltips -- Northwoods Software
You can also limit the width (and height) of the TextBlock by setting its maxSize.