Currently the TileLayout allows having equal width for all columns, and has a columnWidth option (which is essentially max-width), applying the same value for all columns.
Providing the developers with the options to configure various widths for different columns, as well as min-width, based on the supported features of the
CSS Grid Layout, will be a nice enhancement enabling richer customization opportunities.