How can I remove Last page Button

How can I remove Last page Button

mrtz2020mrtz2020 Posts: 2Questions: 2Answers: 0

I want to Just remove Last Page button

How can I do it ?

This question has an accepted answers - jump to answer

Answers

  • guidolsguidols Posts: 38Questions: 14Answers: 1
    Answer ✓

    Probably something like $("#yourTable_last").hide() is enough...

    (Where yourTable is the id of your table.)

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    You could try hide(), or perhaps create a custom pagination plugin without it.

    Colin

Sign In or Register to comment.