How can I use Bootstrap .pagination-lg?
How can I use Bootstrap .pagination-lg?
Alex1
Posts: 18Questions: 8Answers: 0
Hi
I am using Bootstrap theme with DataTables.
How can I define to use .pagination-lg in the pagination?
Thanks
Alex
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use the following initialization option:
See this example for code and demonstration.
See more articles about jQuery DataTables on gyrocode.com.
That's a good way of doing it. The only other option would be to modify the integration code and add the class there.
Allan