© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
11 replies
howdu

Fieldset with single column

There doesn't appear to be a way of overwriting a fieldset to have one column (without extending the class and overwrite the setup method).

This code is defaulting to columns
['default' => 1, 'lg' => 2]
['default' => 1, 'lg' => 2]


Fieldset::make()
    ->columnSpan(1)
    ->columns(['default' => 1])
Fieldset::make()
    ->columnSpan(1)
    ->columns(['default' => 1])
Solution
Oh just needed to use lg instead of default
Fieldset::make()
    ->columnSpan(1)
    ->columns(['lg' => 1])
Fieldset::make()
    ->columnSpan(1)
    ->columns(['lg' => 1])
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

Reset Grid/Fieldset column
FilamentFFilament / ❓┊help
11mo ago
two columns from a single database column
FilamentFFilament / ❓┊help
2y ago
Inline Radio - Single Column?
FilamentFFilament / ❓┊help
2y ago
FieldSet background
FilamentFFilament / ❓┊help
3y ago