DataTables has the capability to enable or disable a number of its features, such as paging or searching. To choose these options, simply select them in your initialization:
$(document).ready(function() {
$('#tableid').DataTable( {
"paging": false, //Turn off paging, all r...