$(function () { $(document).ready(function() { $('.datatable').DataTable({ // ajax: ..., autoWidth: false, pagingType: 'full_numbers' }); }); });