JQuery datable pagination
JQuery datable pagination
Hi,
I want to hide Showing 1 of n entries in pagination and show Page 1 of n in the left hand side inside separate div element.Also I want to move page links to left hand side from current default right hand side and include my own button on right hand side.
Please help me with the above .
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use
language.infoYou'll need to move it using jQuery. DataTables doesn't offer an API method to move those elements.
Use CSS to change the default
float: righttofloat: leftfor that element.See the
domdocumentation and also this example.Allan