小编Joh*_*hns的帖子

Bootstrap 表头组

我需要有关如何在引导表中创建图片表组 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

1
推荐指数
1
解决办法
7591
查看次数