How to change Pagination Button classes
How to change Pagination Button classes
ajitbohra
Posts: 3Questions: 1Answers: 0
Can we change the pagination class
Default is "paginate_button" would like to change that to "button primary_button"
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Try using the Bootstrap integration for DataTables. In the download builder select the Bootstrap library.
Allan
Thanks for the prompt reply. Not looking at bootstrap integration but rather setting custom class name. Is it something that can be done with bootstrap integration ?
want to simply change the pagination class "paginate_button"
This is where DataTables sets the class names for the paging buttons. You could use:
before you initialise the table to modify that value.
Allan
Thanks a lot allan exactly what i was looking for