Buggy drag / reorder behaviour on filtered lists
See original GitHub issueI think this is related to #8, but I’m getting buggy dragging behaviour when list data is updated dynamically.
It seems to affect short lists the most, though I’ve seen it on larger lists as well.
Here is a list, filtered from the start which works as expected:
And here is a list which I filter down at run-time, and exhibits the buggy behaviour:
I’ve tried everything from removing all styles and going down to minimal HTML content, and it seems to be that it’s because the list is filtered.
If there’s a workaround, such as some kind of update()
method in the meantime, I’m happy to use that, otherwise, looking forward to a fix!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Drag cells, ignore filtered rows - Microsoft Community
I am dragging cells. Next to the cells being dragged there is a filtered column. I want the dragged cells to ignore the...
Read more >Accessible Drag and Drop with Multiple Items - SitePoint
So let's start with a functional example which defines the basic drag and drop events, allowing a single element to be dragged with...
Read more >Draggable Elements That Push Others Out Of Way - CSS-Tricks
I was trying to recreate the effect in the sidebar in Keynote where you can drag to rearrange slides. Here's the finished effect:....
Read more >Excel bug? Inconsistent behavior when Cut/Copy-Pasting ...
Dragging data down: ignores filtered cells. Bonus. This behavior for filtered cells is different from how hidden cells are handled (to hide a ......
Read more >Singe table where items can be filtered and reordered
My goal is to design UX where users can reorder very long list of data (800+). User has to have an ability to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
any updates on that? seems like I’m having the same problem here
Any update on this @kutlugsahin? seems like the same problem im having. Wishing to have some update method as mentioned