-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
enhancementNew feature or requestNew feature or request
Description
-
Version: "^5.4.8".
-
Problem:
useSortedRowIds
gives me a sorted list like this
["1", "10", "0", "11", "12", "2", "3", "4", "5", "6", "7", "8", "9"]
which I think is not what's most often desired, namely
["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]
Could this sort be implemented? Thanks!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request