Bootstrap 3 Styling
Bootstrap 3 Styling
Snaph
Posts: 1Questions: 0Answers: 0
I am using Datatables 1.9.4 with jQuery 2.1.0 and Bootstrap 3.1.1.
The table is not styled as I expected: http://i.imgur.com/PPE3NQm.png
At the very least, I'd like the pagination buttons at the bottom of the table to match the ones I placed above it, however this blog post about Bootstrap 2 shows much nicer buttons https://datatables.net/blog/Twitter_Bootstrap_2
Inspecting the HTML shows that I can't just use the DT_Bootstrap.css from that blog post because buttons are arranged in a tag there, but the ones generated on my page are just tags inside a
Is there any way I can get my pagination buttons to look like the ones from the Bootstrap 2 blog post?
The table is not styled as I expected: http://i.imgur.com/PPE3NQm.png
At the very least, I'd like the pagination buttons at the bottom of the table to match the ones I placed above it, however this blog post about Bootstrap 2 shows much nicer buttons https://datatables.net/blog/Twitter_Bootstrap_2
Inspecting the HTML shows that I can't just use the DT_Bootstrap.css from that blog post because buttons are arranged in a tag there, but the ones generated on my page are just tags inside a
Is there any way I can get my pagination buttons to look like the ones from the Bootstrap 2 blog post?
This discussion has been closed.
Replies
Allan