mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Ensure that sorting should be preserved on refresh for Server Activity. Fixes #7308
This commit is contained in:
committed by
Akshay Joshi
parent
7b0a6e7377
commit
131ff4de48
@@ -274,6 +274,7 @@ export default function PgTable({ columns, data, isSelectRow, caveTable=true, ..
|
||||
data,
|
||||
defaultColumn,
|
||||
isSelectRow,
|
||||
autoResetSortBy: false,
|
||||
},
|
||||
useGlobalFilter,
|
||||
useSortBy,
|
||||
|
||||
Reference in New Issue
Block a user