I noticed that the _resizeAuto() method takes a considerable amount of time to determine the minimum widths of the columns.
In my case, I am already setting the minimum widths in CSS. To optionally improve performance, wouldn't it be a good idea, if:
- Users could optionally specify minimum widths themselves, or
- Optionally specify some kind of function/callback where one could make their own calculations and return the minimum widths accordingly
Thanks