© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
1 reply
Nuxnux

quick question about split

how can i still show the column name while using a split on a layout table only on laptop size so lg ?
currently i have this
                Split::make([
                    TextColumn::make('uuid')->label('Client number')->toggleable()->searchable(),
                    TextColumn::make('first_name')->label('First name')->toggleable()->searchable(),
                    TextColumn::make('last_name')->label('Last name')->toggleable()->searchable(),
                    Stack::make([
                        TextColumn::make('email')->label('Email')->toggleable()->searchable(),
                        TextColumn::make('phone')->label('Phone number')->toggleable()->searchable(),
                    ]),
                    TextColumn::make('birth_date')->dateTime('F j, Y')->toggleable()->searchable()
                        ->label('Birth Date'),
                ])->from('md'),
                Split::make([
                    TextColumn::make('uuid')->label('Client number')->toggleable()->searchable(),
                    TextColumn::make('first_name')->label('First name')->toggleable()->searchable(),
                    TextColumn::make('last_name')->label('Last name')->toggleable()->searchable(),
                    Stack::make([
                        TextColumn::make('email')->label('Email')->toggleable()->searchable(),
                        TextColumn::make('phone')->label('Phone number')->toggleable()->searchable(),
                    ]),
                    TextColumn::make('birth_date')->dateTime('F j, Y')->toggleable()->searchable()
                        ->label('Birth Date'),
                ])->from('md'),
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

Very quick question about relationships.
FilamentFFilament / ❓┊help
3y ago
quick question, PanelsRenderHook
FilamentFFilament / ❓┊help
3mo ago
Question about tables
FilamentFFilament / ❓┊help
2y ago
Question about Action
FilamentFFilament / ❓┊help
3y ago