Could you please provide a minimal reproducible example of a HotTable in React that sets a minimum column width larger than default (for example, 150px) while still retaining the default behavior of column widths automatically increasing to accommodate larger entries?
It seems that setting colWidths disables autoColumnSize and it’s not clear to me how to accomplish the above.