The Jquery data table allows features such as pagination, search, page information, and # of items in one page. I only want the pagination functionality, and want to disable the rest. Could someone take a look at my code and see where the problem is?
$('#myTableId').DataTable()({
"search" : false
"info": false
});