© 2026 Hedgehog Software, LLC
// Resource class public static function table(Table $table): Table { return $table ->persistFiltersInSession() ->persistSortInSession() ->persistSearchInSession() // ... }