When the data is loaded some of the cells may contain text which is very long. This causes the column to be very wide. Is it possible to set max column width for these cases and then let the user resize the columns manually if they want it? So essentially, what I want to achieve is when the table is loaded, no column should be wider than 100px (it can be smaller if the data allows).
I tried setting colWidths property, however, this would set width for all columns.
Thanks!