feat: Set default grouping for sub-locations by location name.
This commit is contained in:
parent
3eb3bd697c
commit
2b627a649e
@ -120,7 +120,8 @@ public static function table(Table $table): Table
|
||||
Group::make('location.name')
|
||||
->label('Lokus')
|
||||
->collapsible(),
|
||||
]);
|
||||
])
|
||||
->defaultGroup('location.name');
|
||||
}
|
||||
|
||||
public static function getPages(): array
|
||||
|
||||
Loading…
Reference in New Issue
Block a user