How to change or remove next / previous

How to change or remove next / previous

drsiidrsii Posts: 1Questions: 0Answers: 0
edited February 2012 in General
1.9 now adds previous / next to the two button pagination option. How can I remove this or change the language?

Thanks!

Replies

  • trishdevtrishdev Posts: 13Questions: 1Answers: 0
    What I would do is edit the css for those elements so they display: none. The other option would be to edit the js.. For me, it is much easier to edit the css.. Find out what selectors are those elements you do not want in Firebug and change their display property...
  • Tom_TTom_T Posts: 24Questions: 3Answers: 0
    display none hides the images and the text. How do you hide just the text ( Next & Previous )
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    You can use the pagination strings and just set them to empty: http://datatables.net/usage/i18n#oLanguage.oPaginate.sFirst

    Allan
This discussion has been closed.