var table = $('#example').DataTable({
  order: [[1, 'asc'], [0, 'asc']]
})