Hi,
I'm building a grid which may have a column that always has multiline text.
Do you have examples for auto wrap multiline text in table cells and still maintaining the ability to pin columns?
Also as an alternative, do you have built-in components for tooltips if a cell has too long text? How can I override the column cell render logic so that I can add tooltip to those cells?
Thank you
Hello Yunhan,
This is the duplicate case of CAS-210630-C5K2K1, which i have already answered so we may continue discussing the case through private case and this post may be close.
Regarding the multiline text you ca use 'lineBreakMode' property of the textColumn.
and for tooltip we do not have direct property /API so you can workaround by using template property of the column and hook a function like that -