Scroller: How can I concatenate new data with what is already loaded?
Scroller: How can I concatenate new data with what is already loaded?
TomNM
Posts: 8Questions: 2Answers: 0
Using Scroller, I'd love it if, as I scroll down and new data loads, if scrolling back up would NOT require a reload of anything. This seems to be desirable (reduces server load; increases speed of use) and easy (just concatenate). Any way to do this?
Thanks.
This discussion has been closed.
Answers
My goal is to build in drag and drop sorting, which I've done, but each new redraw as I'm scrolling back up with a row in drag basically cause the row to disappear on redraw of the last dataset up.
Filters and sorting, obviously, would reload and redraw, but within a state, scrolling would simply concatenate the list.