gpt4 book ai didi

jquery - 数据表 DOM 定位

转载 作者:行者123 更新时间:2023-12-01 00:51:06 26 4
gpt4 key购买 nike

除了这里之外,还有更多关于 DOM 定位的文档吗? https://www.datatables.net/examples/basic_init/dom.html

例如,我想将条目选择字段和条目信息放置在分页下方。我该如何实现这一目标?

这是我到目前为止得到的:

$("#relations-table").dataTable({
"order": [[ 1, "desc" ]],
columnDefs: [ { "orderable": false, "targets": [0] } ],
//pageLength: 50
"dom": '<"top"rf>t<"bottom"pli>'
});

$(".dataTables_length").css({ "margin-top": "-35px" });

最佳答案

找到解决方案:

 dom:
"<'row'<'col-sm-6'B><'col-sm-6'f>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-4'i><'col-sm-4 text-center'l><'col-sm-4'p>>",

关于jquery - 数据表 DOM 定位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36544644/

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