我需要有关如何在引导表中创建图片表组 highlet 的简单建议来帮助我。我想要图片中的成人、儿童、婴儿,就像引导程序中的表格一样。
<table class="table display product-overview mb-30">
<thead>
<tr>
<th>Agent Name</th>
<th>Groups Count</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="result in getresult">
<td>{{result.Agent}}</td>
<td>{{result.Groups}}</td>
</tr>
</tbody>
</table>
Run Code Online (Sandbox Code Playgroud)
html-table twitter-bootstrap twitter-bootstrap-3 bootstrap-4