How to wrap the text in cell if set modifyColwidth

Tags: #<Tag:0x00007efc719a2288>

If I set the modifyColWidth in my hadsontable and type a lot of words to make the width over 300,
modifyColWidth: function (width, col) { if (width > 300) { return 300 } }
How can I show the whole text in that cell directly without click it?
Can it use scroll or wrap?

Thanks.

Hi @rubyyjchen0102

The text automatically expands the cell vertically like here https://jsfiddle.net/vaw3kzbs/. Could you share a bit more details on the expected result? Do you use any further settings that change the appearance of the cell?