© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•6mo ago•
4 replies
frame

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
columnSpanFull
?
Solution
So something like this maybe
use Filament\Forms\Components\Checkbox;

Checkbox::configureUsing(function (Checkbox $checkbox): void {
    $checkbox->columnSpanFull();
});
use Filament\Forms\Components\Checkbox;

Checkbox::configureUsing(function (Checkbox $checkbox): void {
    $checkbox->columnSpanFull();
});

but for all form fields and infolist entries
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Globally set redirect for create and edit forms
FilamentFFilament / ❓┊help
12mo ago
Set displayed timezone globally
FilamentFFilament / ❓┊help
2y ago
How to globally set $defaultDateTimeDisplayFormat ?
FilamentFFilament / ❓┊help
3y ago
getRedirectUrl() can be set globally?
FilamentFFilament / ❓┊help
3y ago