Ensure that sorting should be preserved on refresh for Server Activity. Fixes #7308

This commit is contained in:
Pradip Parkale
2022-04-14 11:11:45 +05:30
committed by Akshay Joshi
parent 7b0a6e7377
commit 131ff4de48
3 changed files with 62 additions and 43 deletions
@@ -274,6 +274,7 @@ export default function PgTable({ columns, data, isSelectRow, caveTable=true, ..
data,
defaultColumn,
isSelectRow,
autoResetSortBy: false,
},
useGlobalFilter,
useSortBy,