right now if you want to build a table, you really have to assemble something that either respects rows or columns more-so and then you sacrifice certain features.
For example, if I wanted to build a column that expanded as needed width for the longest element in a column, I need to build a column-centric frame layout… but then if I wanted every single row across a series of columns to expand vertically across all the columns to provide more detailed data on a row of cells, I can’t do that unless I built a row-centric table…