© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
Hemanath

Used filterslayout and section

->form([
                Section::make('Search')
                    ->schema([
                        DatePicker::make('from')
                        ->label('Start Date')->format('Y-m-d')->reactive(),
                        DatePicker::make('to')->reactive()->label('End Date')->format('Y-m-d')
                        ])->columns(2),
                    ])
->form([
                Section::make('Search')
                    ->schema([
                        DatePicker::make('from')
                        ->label('Start Date')->format('Y-m-d')->reactive(),
                        DatePicker::make('to')->reactive()->label('End Date')->format('Y-m-d')
                        ])->columns(2),
                    ])

Used filterslayout and section.i need to elaborate above section to the end .Any possibilties is having in filament?Kindly advice me how to do ...for your refernce attached image
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

FiltersLayout
FilamentFFilament / ❓┊help
10mo ago
Split with Tabs and Section
FilamentFFilament / ❓┊help
3y ago
Toggle filter inline layout when using FiltersLayout::AboveContent
FilamentFFilament / ❓┊help
2y ago
Resize section aside heading and description
FilamentFFilament / ❓┊help
3y ago