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

WIP - Hack to preserve cell order #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raytiley
Copy link
Contributor

This is a spike to fix issues #97, and #72.

Would like to get feedback from @krisselden and or @stefanpenner about the approach.

Basically should we go through extra logic to keep the _cells array stable and just rearrange the items in it, or can we just build a new array and replace _cells.

Once an approach is decided on I can work on a more complete implementation and tests.

@danielspaniel
Copy link

@raytiley .. any word on when this might get merged? me like having dom elements in same order as list

@sudhirt4
Copy link

@raytiley : We tried the hack and it is not working in our case, the collection is still being rendered in random order.

@balos1
Copy link

balos1 commented Mar 15, 2017

Has anyone ever been able to successfully keep the DOM elements in the same order as the list?

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

Successfully merging this pull request may close these issues.

4 participants