Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Set a group as default in a table - Filament
F
Filament
•
13mo ago
•
4 replies
MZX
Set a group as default in a table
Group::make('created_at')
->date()
->collapsible(),
Group::make('created_at')
->date()
->collapsible(),
I want the table to have this group applied by default but there is no such feature I believe
. Or am I missing something
. I tried
-
>default
(
) but no such thing
.
Solution
-
>defaultGroup
(
'created
_at
'
)
;
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Is there a way to set a default group direction in a table?
F
Filament / ❓┊help
16mo ago
Rename Default label in table group
F
Filament / ❓┊help
2y ago
Add action column in a default group - table builder
F
Filament / ❓┊help
2y ago
How to set a Default Group With Descending Order By Default
F
Filament / ❓┊help
2y ago