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

Always look at content even when reversing #16

Open
stuartlangridge opened this issue Feb 17, 2017 · 1 comment
Open

Always look at content even when reversing #16

stuartlangridge opened this issue Feb 17, 2017 · 1 comment

Comments

@stuartlangridge
Copy link
Owner

If someone edits the content of a cell (or custom key) while the table's already sorted by that column, then if we sort by it again sorttable will just reverse or re-reverse the column and not notice that the content has changed. Devices now are probably fast enough to schwartzian the content always and not bother with the "just reverse without looking" optimisation, although we still need to record which direction the table is sorted in anyway so we know to reverse it.

@rlaphoenix
Copy link

Really need this. Especially since im adding over 100 new rows a minute.

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