var table= $('#dataTable').DataTable(…);
1.设置分页的显示数目
table.context[0]._iDisplayLength=pageSize;
2.不分页
table.context[0]._iDisplayLength=-1;