Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Component: Negative values are not sorting in column properly #9453

Open
ShazanRizvi opened this issue Apr 22, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@ShazanRizvi
Copy link
Collaborator

What is the expected behaviour?

When sorting a column of negative numbers in ascending order within a table component, the numbers should correctly display in ascending order. For example, given the values -2, -1, and -3, the sorted order should be -3, -2, -1.

What is the current behaviour?

Currently, the sorting functionality does not handle negative numbers correctly. When attempting to sort a column containing the values -2, -1, and -3 in ascending order, the output is incorrectly displayed as -1, -2, -3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants