Column Width in @dojo/widgets/grid

Hi,

I’m playing around with @dojo/widgets/grid and I wonder how I can possibly set the widths of the columns. In the default configuration all columns seem to have the same width, the data inside is of variable width.

Thanks,
Thomas

My own solution: do not use the grid widget, it is far from production. Any comments on this?

It is definitely not as far along as dgrid with regards to features, but please either ask a question on Discord or raise an issue in the repo and we’ll work to address it as quickly as possible. At the moment this is not yet supported, so please do open an issue at https://github.com/dojo/widgets

Meanwhile, though not optimal, it is possible to use dgrid with modern Dojo as an option, see https://github.com/dojo/interop for more details.