I recently began creating a basic data table with Bootstrap styling inspired by the example at: .
However, my result differs from the example as shown here:
$(document).ready(function() {
$('#example').dataTable({});
} );
You can view my code and layout on this JSFiddle link.
The elements above and below the table (such as the filter and pagination) are overlapping instead of being displayed inline.