JQuery datable pagination
JQuery datable pagination
Bharat1986
Posts: 2Questions: 2Answers: 0
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.info
You'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: right
tofloat: left
for that element.See the
dom
documentation and also this example.Allan