2017-10-09 78 views

回答

0

更改iDisplayLength。例如:

$(document).ready(function() { 
$('#tbl_id').dataTable({ 
    "aLengthMenu": [[25, 50, 75, -1], [25, 50, 75, "All"]], 
    "iDisplayLength": 5 
}); 
});