Scroller 1.4.1 (Need Help Urgent)
Scroller 1.4.1 (Need Help Urgent)
faizu88
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
- How could I navigate to the 40,000th record exactly?
- I have tried with ----> $('#tableId').DataTable().row(40000).scrollTo();
- 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.