revogrid
revogrid copied to clipboard
how to Sort a numeric column using cellCompare??
cellCompare sorting numberic column seems not working as excepted.
https://codesandbox.io/s/dfgsdfssdf-forked-fyfxb?file=/src/App.vue:1364-1375
Your example is using vue-datagrid version 3.0.9 as dependency, custom sorting is supported from version 3.0.97 on.
I just opened the example and switched to version 3.0.97+
. The sorting still is off:
- 1
- 11.1
- 2.1
- 3
- 4
- 6
- 7
Seems like sorting only applies to the first "char" here?
I'm using 3.2.8 and I can't get cellCompare to work at all either with vue 2