How can I remove Last page Button
How can I remove Last page Button

I want to Just remove Last Page button
How can I do it ?
This question has an accepted answers - jump to answer
This discussion has been closed.
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