jQuery dataTable SearchPane Pagination no funciona

//remove viewTotal from the table initlization
searchPanes: {
  viewTotal: true, //remove this 
    columns: [0,1,3,4,5]
},
Singh99