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) => (