Try the below! Hope that helps!
$(document).ready(function() {
var oTable = $('#tableSmooth').dataTable({
"bFilter" : false, //Disable search function
"bJQueryUI" : true, //Enable smooth theme
"sPaginationType" : "full_numbers", //Enable smooth theme
"bFilter" : false,
"bInfo" : false
});
});