gpt4 book ai didi

jquery - Bootstrap Accordion + 数据表

转载 作者:行者123 更新时间:2023-12-01 04:49:30 24 4
gpt4 key购买 nike

我正在使用bootstrap 3 accordionDataTables对于我的表格,但我似乎无法在 Bootstrap Accordion 内初始化 DataTables

假设下表位于 Bootstrap Accordion 内部

<table class="table table-bordered table-hover" class="materialTable">
<thead>
<tr>
<th>#</th>
<th>Test</th>
</tr>
</thead>
<tbody>
<tr>
<td>#</td>
<td>Test</td>
</tr>
</tbody>
</table>

这是我尝试初始化表的方法

$( function () {
$('.materialTable').dataTable({
"aoColumnDefs": [{ "sClass": "text-center", "aTargets": [ 0,8 ] },
{ 'bSortable': false, 'aTargets': [ 8 ] }],
});
});

但没有成功。

最佳答案

 <table class="table table-bordered table-hover materialTable">

类属性声明两次并覆盖第二个属性

关于jquery - Bootstrap Accordion + 数据表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22953322/

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