test-policy mit mkro zum Filtern von Datensätzen in Tabelle

This commit is contained in:
2026-02-09 01:49:28 +00:00
parent 16085c67f8
commit 1e273deb47
4 changed files with 132 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ class ContractsTable
public static function configure(Table $table): Table
{
return $table
->applyRowAccessPolicy()
->columns([
TextColumn::make('name')
->searchable(),