DataTable

2022-05-10

修改默认分页数

$("#example").dataTable({
pageLength: 50,
});

默认排序

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

参考