gpt4 book ai didi

jquery数据表没有完全占据宽度

转载 作者:行者123 更新时间:2023-11-28 07:12:42 25 4
gpt4 key购买 nike

您好,我正在使用在页面中对齐的 Jquery 数据表(内部使用 bootstrap css)。生成的数据表没有完全占据页面的整个宽度。我正在使用的 HTML 代码如下。

<table class="table table-hover table-nomargin table-striped table-bordered dataTable dataTable-scroll-x">
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>

enter image description here

使用此 Jsfiddle 用户可以拖动列以查看其分离。:http://jsfiddle.net/rhkvhcnb/1/

最佳答案

SOLUTION

  • 删除 autoWidth: false
  • 添加width="100%"属性为 <table> (jQuery DataTables 中可能存在宽度计算错误,我不得不使用 width="99.9%" 来代替计算表格边框)

DEMO

参见 this jsFiddle用于代码和演示。

关于jquery数据表没有完全占据宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32538007/

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