+ Export to CSV
+
+
+
+
+ Export Selected
+
+ {hasSelection ? `${selectedCount} rows` : 'No rows selected'}
+
+
+
+
+
+
+ Export All Filtered
+
+ {exceedsLimit
+ ? `${totalCount} rows (limited to 5000)`
+ : `${totalCount} rows`}
+
+
+
+
+ {exceedsLimit && (
+ <>
+
+
+ ⚠️ Results exceed 5000 rows. Export will be limited.
+
+ >
+ )}
+
+