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

Original sorting is not preserved in Chrome #87

Open
theodorejb opened this issue Mar 14, 2014 · 1 comment
Open

Original sorting is not preserved in Chrome #87

theodorejb opened this issue Mar 14, 2014 · 1 comment

Comments

@theodorejb
Copy link
Contributor

Even though I'm not applying any sort options or keys, when viewed in Chrome the order of several rows doesn't match their order in JSON. I don't know whether this is due to a bug in Chrome or because Array.sort() is not necessarily stable. In any case, it can be fixed by only calling the sort method if sort options or keys are specified.

@mcat95
Copy link

mcat95 commented Dec 10, 2014

Still happening to me with no sorting options specified. Only failing on chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants