Bootstrap table表格简单操作

发布时间:2020-09-20 18:41:53 作者:逆方向
来源:脚本之家 阅读:191

Bootstrap table表格简单实例分享给大家,供大家参考,具体内容如下

使用类 Class="table" 既可让table美化样式

 table 相关的Class

隔行换色 : table-striped

鼠标悬停效果: table-hover

表格的边框:table-bordered

表头颜色:class="danger"  Success  等几种颜色

 1.页面添加引用

<script src="../Bootstrap/jquery-3.1.1.js"></script>
 <script src="../Bootstrap/js/bootstrap.min.js"></script>
 <link href="../Bootstrap/css/bootstrap.min.css" rel="external nofollow" rel="stylesheet" /> 

2. 代码实现

 <table class="table table-striped table-hover table-bordered">
   <thead>
    <tr class="danger"> <%--表头颜色--%>
     <td>姓名</td>
     <td>年龄</td>
     <td>性别</td>
    </tr>
   </thead>
   <tbody>
    <tr>
     <td>张三</td>
     <td>20</td>
     <td>男</td>
    </tr>
   </tbody>
   </table>

3.页面效果

Bootstrap table表格简单操作

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持亿速云。

推荐阅读:
  1. Bootstrap分页表格插件如何使用
  2. JS表格组件神器bootstrap table怎么用

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

bootstrap table

上一篇:PyCharm搭建Spark开发环境的实现步骤

下一篇:简单学习5种处理Vue.js异常的方法

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》