From abab931711bc1079cf4315d381541efbaeb4d440 Mon Sep 17 00:00:00 2001 From: dekzter Date: Thu, 24 Apr 2025 11:51:47 -0400 Subject: [PATCH] tooltips, fixed sticky header --- frontend/src/components/tables/CustomTable/CustomTable.jsx | 2 +- frontend/src/components/tables/StreamsTable.jsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/tables/CustomTable/CustomTable.jsx b/frontend/src/components/tables/CustomTable/CustomTable.jsx index 4e75a684..98d8f2e7 100644 --- a/frontend/src/components/tables/CustomTable/CustomTable.jsx +++ b/frontend/src/components/tables/CustomTable/CustomTable.jsx @@ -11,7 +11,7 @@ const CustomTable = ({ table }) => { className="divTable table-striped" style={{ width: '100%', - height: '100%', + height: '100%', // ONLY required when using virtual tables display: 'flex', flexDirection: 'column', }} diff --git a/frontend/src/components/tables/StreamsTable.jsx b/frontend/src/components/tables/StreamsTable.jsx index 9b4fd9c2..b39a2454 100644 --- a/frontend/src/components/tables/StreamsTable.jsx +++ b/frontend/src/components/tables/StreamsTable.jsx @@ -269,7 +269,9 @@ const StreamsTable = ({}) => { textOverflow: 'ellipsis', }} > - {getValue()} + + {getValue()} + ), },