Globally set single column for forms/infolists
Is it possible to set all the forms and infolists to have a single column only? Or alternatively set all the infolist/form elements to
columnSpanFull
?Solution:Jump to solution
So something like this maybe
```php
use Filament\Forms\Components\Checkbox;
Checkbox::configureUsing(function (Checkbox $checkbox): void {...
2 Replies
It is possible, but you have to set it for all of them
https://filamentphp.com/docs/4.x/forms/overview#global-settings
Solution
So something like this maybe
but for all form fields and infolist entries