This is an automated email from the ASF dual-hosted git repository. ppawar pushed a commit to branch ATLAS-5196 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 1c3b671f27bb2ca7e7504a7899a020811d8e7440 Author: Prasad Pawar <[email protected]> AuthorDate: Wed Jan 28 12:12:02 2026 +0530 ATLAS-5196: React UI Table tab: Force ascending sort for relationship results --- dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx b/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx index e446f78cc..3167d2d81 100644 --- a/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx +++ b/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx @@ -315,7 +315,7 @@ const ProfileTab: React.FC<EntityDetailTabProps> = ({ entity }) => { emptyText="No Records found!" isFetching={isLoading} defaultSortCol={getDefaultSort} - clientSideSorting={true} + clientSideSorting={false} columnSort={true} columnVisibility={false} showRowSelection={true}
