From 86547bdf0d7b0a856ace63168466ce9e3e113f17 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 6 Feb 2026 10:31:37 +0100 Subject: [PATCH] style: relocate search bar to top toolbar for better visibility --- components/DataGrid.tsx | 102 +++++++++++++++++++++------------------- 1 file changed, 53 insertions(+), 49 deletions(-) diff --git a/components/DataGrid.tsx b/components/DataGrid.tsx index 433d9dd..de301c1 100644 --- a/components/DataGrid.tsx +++ b/components/DataGrid.tsx @@ -813,9 +813,59 @@ const DataGrid: React.FC = ({ data, hasCustomerFilter, adsData, s
{/* Toolbar */} -
+
+ +
+ {/* Search Bar */} +
+
+ {showBulkSearch ? ( +