bootstrap datatables的表头怎么设置宽度,和数据对齐显示
2个回答
展开全部
像如下方式初始化表格,就可以定制每一列的宽度。需要注意的是,至少要留一列不设宽度,不然就没法自适应了。
<table class="display" cellspacing="0">
<thead>
<tr>
<th style="width:100px">名称</th>
<th style="width:80px">分类</th>
<th style="width:80px">主讲人</th>
<th>出席人员</th>
</tr>
</thead>
<tfoot>
<tr>
<th style="width:100px">名称</th>
<th style="width:80px">分类</th>
<th style="width:80px">主讲人</th>
<th>出席人员</th>
</tr>
</tfoot>
</table>
<table class="display" cellspacing="0">
<thead>
<tr>
<th style="width:100px">名称</th>
<th style="width:80px">分类</th>
<th style="width:80px">主讲人</th>
<th>出席人员</th>
</tr>
</thead>
<tfoot>
<tr>
<th style="width:100px">名称</th>
<th style="width:80px">分类</th>
<th style="width:80px">主讲人</th>
<th>出席人员</th>
</tr>
</tfoot>
</table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询