Skip to content

Sort function #213

Description

@tnspacetime
  • 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 request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions