© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
jkbcoder

Grid Column

how can remove this space between column

Grid::make(3)->schema([
Forms\Components\TextInput::make('search')
->extraAttributes(['class' => 'w-full'])
->disableLabel(),
View::make('filament.components.button'),
Toggle::make('advance_search')
->label('Advance')
->reactive(),
])->extraAttributes(['class' => 'gap-4']),
image.png
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
Custom grid column widths
FilamentFFilament / ❓┊help
2y ago
Confused about form grid columns and column span.
FilamentFFilament / ❓┊help
12mo ago
Column labels for grid layout
FilamentFFilament / ❓┊help
3y ago