Skip to content

Commit

Permalink
Update RoleRelationManager.php
Browse files Browse the repository at this point in the history
Attached Roles are searcheable
  • Loading branch information
tharindarodrigo authored Jan 21, 2023
1 parent bef437c commit 58c6846
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ public static function table(Table $table): Table
return $table
->columns([
TextColumn::make('name')
->searcheable()
->label(__('filament-spatie-roles-permissions::filament-spatie.field.name')),
TextColumn::make('guard_name')
->searcheable()
->label(__('filament-spatie-roles-permissions::filament-spatie.field.guard_name')),

])
Expand Down

0 comments on commit 58c6846

Please sign in to comment.