Fixed incorrect sorting of size in statistics tab. #7542

This commit is contained in:
Aditya Toshniwal
2024-06-19 18:27:43 +05:30
parent 9279393dcd
commit 31a91409a0
3 changed files with 6 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ function getColumn(data, singleLineStatistics, prettifyFields=[]) {
enableSorting: true,
enableResizing: true,
enableFilters: true,
sortingFn: 'alphanumeric',
});
});
}