-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Incorrectly placed item after repeated insertion and deletion of a column #2576
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
Incorrectly placed item after repeated insertion and deletion of a column #2576
Comments
FYI, instead of
you can just use you got me intrigued... here is a cleaner copy with some fix |
Great - thank you very much for the suggestions for improvement and the advice on filtering |
Updated my link: the problem has to do I believe with having that 5 column layout stored in memory and when going back using that instead of using 'none' to skip any sort of layout. This is likely not an easy fix (when you modify items in say 4 column, it tries to update the layout in other columns) and will require a donation if you want me to debug this further... or work around doing a load() of pre-computed values instead. |
fixed in next release. don't forget to donate if you find this lib useful! |
Many thanks for the quick processing of the issue. In my next code review I will focus on an even stricter separation of concerns in my application, maybe this will be a good start for a vue-wrapper and I can contribute a small part to the project. |
Subject of the issue
If you add and remove columns twice, an item is displayed in the wrong column
Your environment
Steps to reproduce
Watching the example says more than a thousand words ;)
Click buttons as described here
https://jsfiddle.net/vmerz/fxag04cL/151/
Expected behavior
Item 2 should stay in column 4 (zero-based)
The text was updated successfully, but these errors were encountered: