gpt4 book ai didi

javascript - 在 DataTable 中的 row.add 之后不显示响应

转载 作者:行者123 更新时间:2023-12-03 04:32:07 24 4
gpt4 key购买 nike

我有 table 。

var mytable=$('#my-table').DataTable({options});

当生成的标签表是...

<table class="table table-hover table-striped table-responsive dataTable no-footer" id="my-table" role="grid" aria-describedby="my-table_info">

我使用 mytable.row.add({columns}); 添加行当我添加新行时,表格在 Firefox 浏览器中不显示响应式(在 Chrome 中,当从标签表中删除类 'datatable' 时显示响应式)。

如果为空则正确显示。

为什么要显示表格响应式?

致以诚挚的问候。

最佳答案

添加<div class="table-responsive"> div 在你的 table 前面。并删除(如果有的话)width="100%"应用于您的表格的样式。

<div class="table-responsive">
<table id="example" class="table table-striped table-hover dt-responsive" cellspacing="0">
<thead>
<tr>
<th>Name</th>
<th>Surname</th>
</tr>
</thead>
</table>
</div>

关于javascript - 在 DataTable 中的 row.add 之后不显示响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43446000/

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