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

Meteor 'remove' doesn't updates the order numbers #7

Open
rgnevashev opened this issue Mar 4, 2016 · 0 comments
Open

Meteor 'remove' doesn't updates the order numbers #7

rgnevashev opened this issue Mar 4, 2016 · 0 comments

Comments

@rgnevashev
Copy link

In a sorted list with order numbers from (1,2 .. N), 'onSort' is amazing. It just updates the order number of items in the list. But, on removing or deleting an item from the list, the order number of elements next to deleted item are not changing. Not sure if it is expected condition or un-implemented, but it would be nice if the order numbers update on remove too.

Ex: 1 2 3 4 5 6 7 8
On remove : 5
Current order list: 1 2 3 4 6 7 8
Proposed order list: 1 2 3 4 5 6 7

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

1 participant