How can I remove Last page Button
How can I remove Last page Button
mrtz2020
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
Probably something like
$("#yourTable_last").hide()
is enough...(Where yourTable is the id of your table.)
You could try hide(), or perhaps create a custom pagination plugin without it.
Colin