Bootstrap style issue

Bootstrap style issue

Symons7Symons7 Posts: 2Questions: 1Answers: 0

Hi,

I want to use the Bootstrap style for DataTables and I'm following the guide at https://datatables.net/extensions/responsive/examples/styling/bootstrap.html.

But in my table with Bootstrap styling, it doesn't style correctly for the "show entries" drop down, search box and pagination numbers/"previous""next". Only the table itself is styled.

I've created a JS fiddle at https://jsfiddle.net/nzt5vz2a/.

All my code is directly copied from the sample.. Help is much appreciated.

Answers

  • Symons7Symons7 Posts: 2Questions: 1Answers: 0

    I figured out myself. Turns out to be a JS sequence problem... query.dataTables.min.js must before dataTables.bootstrap.min.js.

This discussion has been closed.