I recently started using ui-grid and I want that when the grid initializes, each column will have width according to its content.
I know there is a function that does that in ui-grid when the user double-clicks a cell to resize (resizer.link.dblClickFn) but it doesn't take a column as a parameter, it takes an event of a column click.
Anyone has any experience with this?