I have set flex:{on:true} with no width settings on my columns as I want pqGrid to establish the column widths automatically. How do I do this after the data has been loaded?
My grid switches between data (tabbing different sets of data) so I need the column width calculation to happen after the data has loaded.
Alternatively, when you double click the right edge of the column header, the column resizes. How can I call that event/method dynamically from JS?