An input box to enter a specific page number. On keyup, the datatable has to be on the typed page number with corresponding data
Tried page() api
var table = $('#dataList').DataTable({});
table.page(2).draw( 'page' );
But not working. is there any solution to do the same.