This is a simpler attempt to solve issues around numeric sorting discussed on #72 and #73. This creates a new comparer function and uses direct numeric comparison for numbers and dates.
This should be good enough for defaults without having to deal with custom comparer functions for simple cases.
A custom comparer would still be good, but this solves a more urgent issue. And for now creating a filter that parses any value into a number would be enough to sort custom values.
This is a simpler attempt to solve issues around numeric sorting discussed on #72 and #73. This creates a new comparer function and uses direct numeric comparison for numbers and dates.
This should be good enough for defaults without having to deal with custom comparer functions for simple cases.
A custom comparer would still be good, but this solves a more urgent issue. And for now creating a filter that parses any value into a number would be enough to sort custom values.