test-policy mit mkro zum Filtern von Datensätzen in Tabelle
This commit is contained in:
@@ -13,6 +13,7 @@ class ContractsTable
|
||||
public static function configure(Table $table): Table
|
||||
{
|
||||
return $table
|
||||
->applyRowAccessPolicy()
|
||||
->columns([
|
||||
TextColumn::make('name')
|
||||
->searchable(),
|
||||
|
||||
Reference in New Issue
Block a user