In jQuery datatable, the horizontal scroll bar doesn't appears when I include bootstrap css. I know, some styles are overriding the datatable. Can someone help me, which style is creating the problem?
Script
$(document).ready(function() {
$('#example').dataTable( {
"sScrollX": "100%",
"sScrollXInner": "110%",
"bScrollCollapse": true
});
});
Thanks in advance.