Set max column width

Tags: #<Tag:0x00007f8b1dbd9b88>

I am using the column auto width option. it works great except there I some column data that is too long. Can I set a limit on the width and either wrap the text or use an ellipse?

Hi @jeff_goldberg

Here we have an example of how to implement the truncated text:

https://jsfiddle.net/6z7sy58k/

1 Like

thank you