gpt4 book ai didi

jquery - 在所有列上应用数据表空表消息

转载 作者:行者123 更新时间:2023-12-01 05:31:22 25 4
gpt4 key购买 nike

目前我设置了下表:

<table id="add_users_table" class="table table-striped table-hover table-bordered" cellspacing="0" width="100%">
<thead>
<tr>
<th><input type="checkbox" id="add_users_checkbox_all" value=""></th>
<th>ID</th>
<th>Email</th>
<th>Name</th>
</tr>
</thead>
<tbody>
</tbody>
</table>

$('#add_users_table').dataTable({
"order": [],
"columnDefs": [
{"targets": [0,1], "width": "10%"},
{"targets": [2,3], "width": "40%"},
{"targets": 0, "orderable": false},
{className: "text-center", "targets": [0, 1]}
],
"language": {
"zeroRecords": "<i>No new users are available to add</i>"
},
"ajax": "/datatable/group/add_users/" + group_id
});

这给了我正确的消息,但被压在第一列内:

enter image description here

有什么方法可以应用此消息以适应所有列吗?

编辑:我的ajax结果是一个空数据行{"data":[]},这会有所不同吗?

最佳答案

这是数据表中的错误:DataTables Bug .

尝试使用 nigtly 构建或更新版本的 DataTables。

关于jquery - 在所有列上应用数据表空表消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37089868/

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