引入jquery.js
和jq.resizableColumns.js
<table width="100%" class="table listext" data-resizable-columns-id="demo-table">
<thead>
<tr>
<th rowspan="1">序號</th>
<th colspan="2">測試</th>
<th colspan="2">測試2</th>
</tr>
<tr>
<th width="6%">序</th>
<th width="21%">標(biāo)題</th>
<th width="41%">內(nèi)容</th>
<th width="32%">說明</th>
<th width="32%" data-noresize>說明</th>
</tr>
</thead>
<tbody>
...
</tbody>
</table>
th設(shè)置data-noresize禁止拖動
初始化
$("table").resizableColumns({});