jquery DataTable 默认显示每页条数
<script>
$(document).ready(function() {
$('#my-table').DataTable({
"pageLength": 50
});
});
</script>
-----------------------------------------------...2025-01-17 11:30:59Bootstrap alert 自定义样式
<link href="/static/plugins/alertify/css/alertify.css" rel="stylesheet" type="text/css"><!-- Alertify js --><script src="/static/plugins/alertify/js/alertify.j...
2025-01-17 11:04:31bootstrap datatables 第一列作为排序数字1,2,3,4,5,6,要求固定第一列的数字顺序,不管其他列怎么排序。第一列不变
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>固定数...2025-01-17 10:54:56