change pagination class on button

change pagination class on button

ianhaneyianhaney Posts: 10Questions: 4Answers: 0

I have bootstrap 3.3.7 on my site and have got dataTables integrated using the CDN links and want to change the pagination button classes to different ones so they look the same as the other buttons on my site but unsure how to do it, I did find the following code but unsure where it goes

$.fn.dataTable.ext.classes.sPageButton = 'button button-primary'; // Change Pagination Button Class

Answers

  • ianhaneyianhaney Posts: 10Questions: 4Answers: 0

    Sorry managed to change it now using css itself

This discussion has been closed.