Scrollable Pagination Issue

Scrollable Pagination Issue

MayurPMayurP Posts: 23Questions: 4Answers: 0
edited March 2014 in General
Hi All,

I'm using scrollable pagination as defined in below link,

https://datatables.net/release-datatables/examples/basic_init/scroll_y_infinite.html

Now, First it will display default records say 10, and when I scroll down it renders another 10 rows.

So, How datatable is exactly doing here?(Does it show/hide rows?) and I need some kind of event which datatable fires on scrolling down.

Can anyone please throw some idea on this?

Thanks in advance.

Replies

  • MayurPMayurP Posts: 23Questions: 4Answers: 0
    edited March 2014
    Any idea for above issue?
  • MayurPMayurP Posts: 23Questions: 4Answers: 0
    fnDrawCallback will work for this issue.

    Thanks :)
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Infinite scrolling is deprecated in DataTables 1.9 and removed completely in 1.10. I'd recommend against using it. See http://next.datatables.net/upgrade/1.10#bScrollInfinite

    Allan
  • MayurPMayurP Posts: 23Questions: 4Answers: 0
    Thanks allan !! We will definitely take this into the consideration.
This discussion has been closed.