Search
Setup for Free
F
Filament
•
3y ago
Rahman Ramsi
Is there a way to Group a table with morphToMany relationship?
I try create a group table with relationship on role like this
:
$table ->groups([ Group::make('roles.name'), ])
$table ->groups([ Group::make('roles.name'), ])
It return error like this
.
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,360
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
$table
->
groups
([
Group
::
make
(
'roles.name'
),
])
$table
->
groups
([
Group
::
make
(
'roles.name'
),
])
Similar Threads
Is there a Select field for saving morphToMany relationship?
F
Filament / ❓┊help
3y ago
MorphToMany Select Relationship
F
Filament / ❓┊help
15mo ago
Is there a way to group options on a select when using a relationship?
F
Filament / ❓┊help
2y ago
Is there a way to set a default group direction in a table?
F
Filament / ❓┊help
15mo ago