I am trying to remove the header/footer balk of this table
Picture of what I am trying to remove:
oTable = $('#datatable').dataTable({ bJQueryUI: true, bFilter: false, bInfo: false, bPaginate: false, sDom: 't' });
This will remove search bar, pagination, header and footer.