gpt4 book ai didi

jquery - 数据表分页未显示

转载 作者:行者123 更新时间:2023-12-01 06:33:08 27 4
gpt4 key购买 nike

数据表新手,到目前为止已经尝试了我可以谷歌搜索到的所有解决方案。

我有一个具有以下设置的数据表,但我无法显示分页按钮。

<script>
$(document).ready(function () {
$('table[id^="commissionSummaryTable"]').dataTable({
dom: 'frtB',

scrollY: '50vh',
scrollCollapse: true,
"bAutoWidth": true,
"pagingType": "full_numbers",
"iDisplayLength": 20,
"bLengthChange": false,
ordering: false,

buttons: [
{
extend: 'csv',
className: 'btn btn-success',
text: 'Export to Excel',
//footer: true,
title: 'Commissions Export'
}
]
});
});

如有任何建议,我们将不胜感激。

最佳答案

尝试更改 dom 参数:

dom: "fltip",

关于jquery - 数据表分页未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33918083/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com