Hello, Is there a way to jump to specific TD id? I'm using pagination.
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.
row().show()
Allan
implemented that in my own code today, though I changed the name to showPage in my code
It looks like you're new here. If you want to get involved, click one of these buttons!
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