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
Sorted In : Ascending Order
Expected: 0 < __ < a
Actual: __< a < 0
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
I agree to follow this project's Code of Conduct
I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
The text was updated successfully, but these errors were encountered:
suryaashish-tyke
changed the title
Built iin sortingFn not working as expected
Built in sortingFn not working as expected
Mar 11, 2025
TanStack Table version
8.20.5
Framework/Library version
18.3.1
Describe the bug and the steps to reproduce it
The built in sortingFn
alphanumericCaseSensitive
, is not working as expected i.e it is not following the standard which is the ASCII TableYour Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://stackblitz.com/edit/tanstack-table-bjm35hr9?file=src%2Fmain.tsx
Screenshots or Videos (Optional)
For the below image, the order should be,
Sorted In : Ascending Order
Expected:
0 < __ < a
Actual:
__< a < 0
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: