You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@brandondrew I couldn't load your codepen and I have confirmed that I can load other codepens. Your link just shows a blank environment. (Maybe you have to publish it.)
Ids everywhere in TinyBase are strings so this is the correct ordering. Where numbers have been used for them (as in the case of the movie demo) it does look weird.
One API improvement this suggests is to add a custom sorter function to the getSortedRowIds method so that the default sort can be overridden. Changing issue title accordingly!
jamesgpearce
changed the title
Demo Bug: sorting is not numeric in ID columns
Allow custom sorter function for getSortedRowIds
Oct 27, 2024
Well that's not a stupid question! It has just been an 'opinion' used in the design of TinyBase, and to ensure that there isn't confusion between types. (You can have a string representation of a number, but not a number representation of a string)
Describe the bug
Your Example Website or App
https://codepen.io/pen?editors=0110
Steps to Reproduce the Bug or Issue
Expected behavior
Integers should be sorted as integers.
Screenshots or Videos
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: