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']),
4 Replies
Thijmen
Thijmen2y ago
Use ->columnSpan on your fields to define the width. You don't need the classes then
jkbcoder
jkbcoderOP2y ago
columnSpan not remove extra space
jkbcoder
jkbcoderOP2y ago
Want results from more Discord servers?
Add your server