F
Filament5mo ago
Gush

Form Tabs

Using Form Tabs i dont get the full screen form. i tried to add ->columns(2) but it ended up making the form 2 columns not fixing the span of the entire thing
No description
Solution:
Tabs::make('Tabs') ->tabs([ ])->columnSpan(2)...
Jump to solution
1 Reply
Solution
Gush
Gush5mo ago
Tabs::make('Tabs') ->tabs([ ])->columnSpan(2)