change pagination class on button
change pagination class on button
ianhaney
Posts: 19Questions: 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
This discussion has been closed.
Answers
Sorry managed to change it now using css itself