I've started creating simple data table with bootstrap styling based on : http://www.datatables.net/examples/styling/bootstrap.html .
The result is not the same as the example, you can see here:
$(document).ready(function() {
$('#example').dataTable({});
} );
Elements above and below the table (filter and the paginanation) position is overlapping, not inline.