- {/* Global Search */}
-
-
- setGlobalFilter(e.target.value)}
- placeholder="Search all columns..."
- className="w-full bg-surface border border-border rounded px-3 py-2 text-sm text-text-primary placeholder-text-muted focus:ring-1 focus:ring-primary-500 focus:border-primary-500"
- />
-
-
- {/* Action Buttons */}
-
- {/* Grouping */}
- {groupableColumns.length > 0 && (
-
-
-
-
- )}
-
- {/* Advanced Filters Toggle */}
-
-
- {/* Reset Button */}
-
-
-
-
- {/* Advanced Filters Panel */}
- {showAdvancedFilters && (
-
-
- {globalFilter && Global filter: "{globalFilter}"}
- {currentGrouping.length > 0 && Grouped by: {currentGrouping.join(', ')}}
- {table.getState().columnFilters.length > 0 && (
- {table.getState().columnFilters.length} column filters active
- )}
-
-
{table.getPreFilteredRowModel().rows.length} total rows
-