Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defaultSortCompare()
1 parent dafeed6 commit c375ce9Copy full SHA for c375ce9
src/components/table/helpers/default-sort-compare.js
@@ -8,7 +8,7 @@ const normalizeValue = value => {
8
return ''
9
}
10
if (isNumeric(value)) {
11
- return toFloat(value)
+ return toFloat(value, value)
12
13
return value
14
0 commit comments