Infinite scroll
Infinite scroll
Hey
I want to implement infinite scroll on a page with datatable. I want to rewrite handler for ajax success event or maybe draw event and add each row manually to the table, but not sure is it a good way or not?
I want to use a scroll on my main page (not datatable table). Scroller extension is not really what I want to have. (infinite scroll extension from v. 1.9 was much better for my needs)
Maybe somebody has a working example or can provide some suggestions on how to do it.