We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77f933 commit fc66fbeCopy full SHA for fc66fbe
src/containers/Tenant/Diagnostics/TopQueries/utils.ts
@@ -15,6 +15,7 @@ import {
15
export const TOP_QUERIES_TABLE_SETTINGS: Settings = {
16
...QUERY_TABLE_SETTINGS,
17
disableSortReset: true,
18
+ externalSort: true,
19
};
20
21
export function useTopQueriesSort() {
0 commit comments