© 2026 Hedgehog Software, LLC
ExportAction::make() ->hidden(fn (Component $livewire) => $livewire->getTableRecords()->isNotEmpty() ? false : true) ->label('Export CSV') ->columnMapping(false) ->color('primary') ->icon('heroicon-o-arrow-up-tray') ->exporter(GroupOrderManagementExporter::class) ->formats([ ExportFormat::Csv, ]),
columnMapping(false)
->requiresConfirmation(false)