JQuery datable pagination

JQuery datable pagination

Bharat1986Bharat1986 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

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Answer ✓

    hide Showing 1 of n entries in pagination and show Page 1 of n

    Use language.info

    inside separate div element

    You'll need to move it using jQuery. DataTables doesn't offer an API method to move those elements.

    Also I want to move page links to left hand side from current default right hand side

    Use CSS to change the default float: right to float: left for that element.

    and include my own button on right hand side.

    See the dom documentation and also this example.

    Allan

This discussion has been closed.