Bootstrap 3 Styling

Bootstrap 3 Styling

SnaphSnaph Posts: 1Questions: 0Answers: 0
edited February 2014 in DataTables 1.9
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?

Replies

  • allanallan Posts: 61,893Questions: 1Answers: 10,145 Site admin
    Take a look at the new documentation for how to style with Bootstrap: http://next.datatables.net/manual/styling/bootstrap

    Allan
This discussion has been closed.