Scroller 1.4.1 (Need Help Urgent)

Scroller 1.4.1 (Need Help Urgent)

faizu88faizu88 Posts: 2Questions: 1Answers: 0

Please help me..
There are 50,000 records in my table.(Server Side Processing)
Initially I am fetching only 1000 records. Once after reaching 1000, the next set of records (1001-2000) gets populated.

But the problem I am facing is

  1. How could I navigate to the 40,000th record exactly?
  2. I have tried with ----> $('#tableId').DataTable().row(40000).scrollTo();
  3. If I try to click pagination button then its getting triggered twice (So again the navigation fails)

Please help me if anyone knows!
Thanks

This discussion has been closed.