How to cut off large cell value text when the column is fixed width

Tags: #<Tag:0x00007f8b2b0a40e8>

I have a column which is a fixed width, set using colWidths.

When the cell value is large the row height increases.

Is there a way to keep the row a certain height and simply cut off the cell value until you click into it?

Hi David,

you can wrap the cell with a DIV with fixed height/width settings. Here is an example http://jsfiddle.net/handsoncode/La2b0pwy/1/

In the example, the renderer is added for all the cells but you can easily pick row/column or a single cell to use it instead.

Thanks, would the filters still work if the column has them enabled?

I cannot think of any issue related to filtering. But if you’d encounter any let me know and we’ll check it.

Yep works great thanks - also confirmed fine with filtering.

I’m happy to hear that. Thanks for an update :slight_smile: