visible(fn (): bool => $this->tableHasRecords()), ]; } private function tableHasRecords(): bool { return $this->getTableRecords()->count() > 0; } }