Form with 1/4 and 3/4 cols
hi, i need to make a form with the first half equals to 1/4 of the page and the second 3/4
i've tried different grid and flex setting but seems impossible to me.

5 Replies
what can i get is this

here is one of many ways to achieve this:

the second half is empty
thank you!
you could probably interchange
Group and Grid from my example... group is just personal preference π
i think your example just needs a ->columns(1) on the $schema . Its 2 columns by default thoughππ½ This. Or
->columnSpanFull() on the outer Grid with 12 columns.