Change layout in a modal form
I would like to split the last to inputs evenly on the bottom row. But I can't find how to fix layout in a modal.
Any suggestions?
Solution:Jump to solution
its a form layout component you can use it anywhere like an input
https://filamentphp.com/docs/3.x/forms/layout/grid...
3 Replies
try
Grid::make([...])->columns(2)
Where sould I do that : in the form() function?
Solution
its a form layout component you can use it anywhere like an input
https://filamentphp.com/docs/3.x/forms/layout/grid