From e30786959b51e4c81317d56acce8c86550b3c592 Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Thu, 9 Feb 2023 23:50:52 +0530 Subject: [PATCH] fix: table scroll in column profile table (#10166) --- .../components/TableProfiler/Component/ColumnProfileTable.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/Component/ColumnProfileTable.tsx b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/Component/ColumnProfileTable.tsx index e19bfd9296c..30852b9a966 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/Component/ColumnProfileTable.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/TableProfiler/Component/ColumnProfileTable.tsx @@ -154,6 +154,7 @@ const ColumnProfileTable: FC = ({ title: 'Tests', dataIndex: 'testCount', key: 'Tests', + fixed: 'right', render: (_, record) => ( = ({ dataIndex: 'dataQualityTest', key: 'dataQualityTest', width: 120, + fixed: 'right', render: (_, record) => { const summary = columnTestSummary?.[ @@ -201,6 +203,7 @@ const ColumnProfileTable: FC = ({ title: 'Actions', dataIndex: 'actions', key: 'actions', + fixed: 'right', render: (_, record) => (