任何人都有一個想法如何在bootstrap-table頭部的左邊添加內容?就像下面的圖片一樣,我想添加一個圖標(問號或其他)作爲可點擊的鏈接。bootstrap-table:th - 在左邊添加一個圖標
<table id="summaryTable">
<thead>
<tr>
<th data-field="id" data-align="center" data-width="20px" >id</th>
<th data-field="name" data-align="center" data-sortable="true">Name</th>
<th data-field="type" data-align="center" data-sortable="true">type</th>
</tr>
</thead>
</table>
你檢查的答案嗎? – Dekel
是的,我仍在檢查是否足以處理我需要的代碼,如果我沒有更多問題回答您的問題。這似乎是我需要的答案。 – soonic