scrollTo function doesn't work using server side pagination
scrollTo function doesn't work using server side pagination
pamulapati
Posts: 13Questions: 3Answers: 0
in Scroller
I'm using pagination server side processing. I tried using scrollTo function to specific row its seems like works for 1st page, anything after 1st page is not working as expected. Its just showing loading message when I scroll instead of going to the row where i specified in scrollTo function.
My main intention is to make scroller go to the row where error occured.
Is there any suggestion for disable the scrollbar when any error occurs on the row?
This discussion has been closed.
Answers
adding @Dtuser1
row().scrollTo
is working here:http://live.datatables.net/jisasesi/1/edit
Did you enable
scrollY
andscroller
?In order to help we would need a link to your page or a test case replicating the issue.
Kevin