0
我想更改Bootstrap DataTable頭列寬度。 我試過多個解決方案,它不工作。如何更改Bootstrap Datatable頭列寬度
<div class="frame" style="height: 750px; overflow: auto; padding: 7px 20px 20px 20px; ">
<table id="example" class="table table-striped table-bordered" cellspacing="0" width="100%">
<thead>
\t <tr>
\t \t <th>First Name</th>
\t \t <th> Last Name</th>
\t \t <th>Organization Name</th>
\t \t <th>Address</th>
\t \t <th>Country</th>
\t </tr>
</thead>
\t <tbody>
\t </tbody>
</table>
</div>
我試圖改變第二列的寬度一樣,但力工作
<th style="width: 60px"> Last Name</th>
如何更改特定列的寬度。 請幫忙