$(function() { $('#current-stock-table').DataTable({ 'paging': false, 'order': [[2, 'asc']] }); });