->actions([
Tables\Actions\EditAction::make(),
Tables\Actions\Action::make('drilldown')
->label('Rooms')
->url(fn (MyProperty $record): string => route('property_rooms', $record))
->openUrlInNewTab()
->actions([
Tables\Actions\EditAction::make(),
Tables\Actions\Action::make('drilldown')
->label('Rooms')
->url(fn (MyProperty $record): string => route('property_rooms', $record))
->openUrlInNewTab()