From 7db293c2b6634dc68374de43c483491694f62386 Mon Sep 17 00:00:00 2001 From: lianahus Date: Tue, 24 Sep 2024 17:38:52 +0200 Subject: [PATCH] added tooltip for cell titles --- libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx index fb45c5a0da..fa1f9830b6 100644 --- a/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx +++ b/libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx @@ -19,6 +19,7 @@ interface RemixUIGridCellProps { logos?: string[] logoURL?: string title: string + titleTooltip: string hideTitle?: boolean tagList?: string[] // max 8, others will be ignored classList?: string @@ -89,7 +90,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {