Row Move with Infinite Scroll #2050
ghiscoding
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@ghiscoding thank you. Using gridService instead of dataView works, but I have one more issue, which is reproducible in Example 34 as well. I've recorded it here: https://drive.google.com/file/d/1bz2-7wMLKjkceXo-CQ6ng_F1ksaaZObL/view. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is related to Stack Overflow Angular Slickgrid - Issue with pagination/infinite scroll it includes these 3 features (Row Move, Row Selections and Infinite Scroll)
Here's also an animated gif of that code in action (you can I'm moving "Task 2" just after "Task 6" and then scrolling to bottom and moving "Task 140" just over "Task 136" and then if I go top/bottom it does keep the row position and row selection)

I took code from the Slickgrid-Universal (not the Angular one but the vanilla one) from Example 7 which has the dragging code and added it to Example 28 which has the JSON data with infinite scroll and it works as intended on my end.
Beta Was this translation helpful? Give feedback.
All reactions