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')
|
Group::make('location.name')
|
||||||
->label('Lokus')
|
->label('Lokus')
|
||||||
->collapsible(),
|
->collapsible(),
|
||||||
]);
|
])
|
||||||
|
->defaultGroup('location.name');
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getPages(): array
|
public static function getPages(): array
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user