Go to specific row id
Go to specific row id
nomercy89
Posts: 1Questions: 0Answers: 0
Hello,
Is there a way to jump to specific TD id? I'm using pagination.
This discussion has been closed.
Replies
I found this. Maybe it will help https://stackoverflow.com/questions/16826580/jquery-datatables-get-page-of-a-given-row
The
row().show()
plug-in API method is what you want here.Allan
implemented that in my own code today, though I changed the name to showPage in my code