-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Should this be set in columnDefinitions? Like so:
{"name": "some_numbers", "sortingAlgorithm": guessSortFn("number")}
I've got this issue (rc-21) where its sorting the numbers 10, 75, and 300. When sorting Descending, 75 is the 'top value', then 300, then 10. As if it thinks they are strings and doing alphabetical sort, I want to force a numerical sort.