SyntaxFix
Write A Post
Hire A Developer
Questions
You can use sDom attribute. Code looks something like this.
$(document).ready(function() { $('#example').dataTable( { 'sDom': '"top"i' } ); } );
It hides search and pager box.