From a856aaae4bffcd66540b7d40fcbf65b32015deed Mon Sep 17 00:00:00 2001 From: "christian.vidal" Date: Thu, 29 Jan 2026 20:00:54 +0100 Subject: [PATCH] Optimize Title column width and add tooltip --- components/DataGrid.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/components/DataGrid.tsx b/components/DataGrid.tsx index bdd77ec..d29a635 100644 --- a/components/DataGrid.tsx +++ b/components/DataGrid.tsx @@ -1005,7 +1005,7 @@ const DataGrid: React.FC = ({ data, hasCustomerFilter, adsData, s return ( requestSort(dim)} >
@@ -1092,8 +1092,13 @@ const DataGrid: React.FC = ({ data, hasCustomerFilter, adsData, s {effectiveDimensions.map(dim => ( {dim === 'title' - ?
- {row.title || '-'} + ?
+ + {row.title || '-'} + +
+ {row.title} +
{stockMap && ( <>