DataTable

 

2022-05-10

修改默认分页数

1
$('#example').dataTable( {
2
"pageLength": 50,
3
} );

默认排序

1
"order": [[ 7, "desc" ]], // 第七列降序

参考