MacShrike Ls, I have this panel, with within it a datagrid to display some textfields. The datagrid is in a horizontallayoutgroup If I don't specify the datagrid width, it collapses to a small version that doesn't show all content nor full headertext (image 2) If I do, it stretches to the available width but gives each field the same width (image 1) How do I get it to autofit to the content? Regards, !Mac https://i.postimg.cc/QMKs6J7b/1Capture.png https://i.postimg.cc/T34fq4K1/2Capture.png
joshtynjala DataGrid has no way to automatically make the column widths fit the content. Your only option is to manually set the width or minWidth on DataGridColumn.
joshtynjala Yes, it would be nice. However, feathersui-starling is in maintenance mode now, so new features are very unlikely. My efforts are now focused on feathersui-openfl, and on OpenFL itself.
MacShrike joshtynjala Fully understood 🙋🏻♂️ Its easy enough to loop through the container and do it manually. It was more a reflex. To me a datagrid is a failsafe way of displaying a table. Considering the scope of possible content it might be better this way. I’m very enjoying using Feathers 🤓👍🏻