feat: Set default grouping for sub-locations by location name.

This commit is contained in:
Yoga Pangestu 2026-03-13 09:19:35 +07:00
parent 3eb3bd697c
commit 2b627a649e

View File

@ -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