© 2026 Hedgehog Software, LLC
foreach ($table->getAllRecords() as $record) { if ($record->customFunctionOrFilter()){ unset($record); } } return $table ->columns([...])