© 2026 Hedgehog Software, LLC
return $table ->headerActions([ ExportAction::make() ->exporter(UserExporter::class) ->formats([ ExportFormat::Csv, ]), ])