I have 2 tables that are using DataTable jQuery Plug-in. I wondering if there is a way to hide my pagination on the bottom right of my table.
You can give options when you create your datables on Javascript
$('.examples').DataTable({ "paging": false });
All options are listed here: http://www.datatables.net/reference/option/