From 391db5131d9abe9ccf43caa6d4c43ebb6b94a16e Mon Sep 17 00:00:00 2001 From: Pravesh Sharma Date: Fri, 28 Jun 2024 14:47:26 +0530 Subject: [PATCH] Fixed an issue where sorting the database activity table on the dashboard by any column caused the details to expand in the wrong position. #7554 --- web/pgadmin/static/js/components/PgTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/js/components/PgTable.jsx b/web/pgadmin/static/js/components/PgTable.jsx index 422e0e2a9..1d4ac6c79 100644 --- a/web/pgadmin/static/js/components/PgTable.jsx +++ b/web/pgadmin/static/js/components/PgTable.jsx @@ -170,7 +170,7 @@ export function Table({ columns, data, hasSelectRow, schema, sortOptions, tableP {virtualizer.getVirtualItems().map((virtualRow) => { const row = rows[virtualRow.index]; - return