Form, Grid to have Sections on main area with side area.
I have a form a want to display in like a main area with a side area.
Like this sample:
https://demo.filamentphp.com/shop/products/1/edit?activeRelationManager=0
I have the following code, what I'm doing wrong...?
The above code gives me the sections stacked and not "Name" on the left (2 columns) and "Date" on the right (in one column).
Thank you for your help.
2 Replies
Looks like the answer is here
https://github.com/filamentphp/demo/blob/main/app/Filament/Resources/Shop/ProductResource.php
GitHub
demo/app/Filament/Resources/Shop/ProductResource.php at main · fila...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.
For the record. I was not able to find any reference to Forms\Components\Group in the docs, here what worked for me.is
Thanks