Bootstrap style issue
Bootstrap style issue

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.
This discussion has been closed.
Answers
I figured out myself. Turns out to be a JS sequence problem... query.dataTables.min.js must before dataTables.bootstrap.min.js.