how do i split pagination number?

how do i split pagination number?

mnasrisa@gmail.commnasrisa@gmail.com Posts: 3Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin

    You are going to have to explain what you mean by splitting a number. I don't understand (in a visual sense - you could divide it mathematically, but that makes no sense in terms of pagination).

    Allan

  • mnasrisa@gmail.commnasrisa@gmail.com Posts: 3Questions: 1Answers: 0

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin
    Answer ✓

    I see - thanks for the image. You appear to be using Bootstrap, so this is really a Bootstrap / CSS question, but you could add:

    li.paginate_button {
      margin: 0 0.25em;
    }
    

    to your CSS to get that effect.

    Allan

  • mnasrisa@gmail.commnasrisa@gmail.com Posts: 3Questions: 1Answers: 0

    thank you.. My problem is solved... :)

Sign In or Register to comment.