6.8.0
When I switch the sort order of one column with the same value for each row, then the order becomes reversed. I'd expect the order to stay the same, as per: https://en.wikipedia.org/wiki/Sorting_algorithm#Stability
https://codesandbox.io/s/kmjw832rkr
Closing due to issue age. If you think this issue needs to be reopened or if it should be turned into a pull-request, please check the latest version of React-Table for the issue or feature once more and reopen or create a PR if appropriate. Thanks!
Hi,
I'm using the version 6.8.6 and I have the same problem.
Is there any way to solve this?
Thanks!
This is still an issue in "6.9.2".
still an issue in 7.0.4. can work around by using multicolumn sort instead of depending on stable sort (shift click the columns). Hopefully can find a way to make this default behavior.