© 2026 Hedgehog Software, LLC
->maxRows(50000)
protected function getHeaderActions(): array { return [ ImportAction::make() ->label('Importeren') ->color('info') ->importer(Importer::class) ->maxRows(50000), ]; }