This is an automated email from the ASF dual-hosted git repository.
ppawar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new fb36b03fc ATLAS-5196: React UI Table tab: Force ascending sort for
relationship results (#508)
fb36b03fc is described below
commit fb36b03fc7723620f6a9eb7cf8fa732baa25963c
Author: Prasad Pawar <[email protected]>
AuthorDate: Wed Jan 28 16:19:50 2026 +0530
ATLAS-5196: React UI Table tab: Force ascending sort for relationship
results (#508)
* ATLAS-5196: React UI Table tab: Force ascending sort for relationship
results
* ATLAS-5196: React UI Table tab: Force ascending sort for relationship
results
---
dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx
b/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx
index e446f78cc..15ba168a3 100644
--- a/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx
+++ b/dashboard/src/views/DetailPage/EntityDetailTabs/ProfileTab.tsx
@@ -315,8 +315,8 @@ const ProfileTab: React.FC<EntityDetailTabProps> = ({
entity }) => {
emptyText="No Records found!"
isFetching={isLoading}
defaultSortCol={getDefaultSort}
- clientSideSorting={true}
- columnSort={true}
+ clientSideSorting={false}
+ columnSort={false}
columnVisibility={false}
showRowSelection={true}
showPagination={true}