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'),
  ])


It return error like this.
CleanShot_2023-09-04_at_15.07.47.png
Was this page helpful?