All my searches turned up for sizeColumnsToFit
and autoSizeColumns
which is not what I want.
My grids have many columns, so it scroll horizontal which is fine
But I cannot know in advance what would be the most space needed for the widest text in a column, so want the grid to auto size all columns to accommodate for whatever is the longest line of text in the cell.
Can one do that? (pretty much like have nowrap
on a html table column, not that ag-grid
wrap text, it just hide what is too long)