码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap 坑

时间:2018-06-09 13:28:54      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:mat   des   ble   span   esc   bootstra   formatter   type   cto   

1.  表格内存出不来,也不报错 。。 值是对的。。  原因是  table  中必须有属性   data-toggle="table"

  

<table id="MyDiv11_table" class="table table-condensed table-bordered table-hover table-striped">
                <thead>
                <tr>
                    <th data-field="name">因子名称</th>
                    <th data-field="desc1">因子描述</th>
                    <th data-field="type"  data-formatter="typeFor">因子类型 </th>
                    <th data-field="creator">创建人 </th>
                    <th data-field="createTime">创建时间 </th>
                </tr>
                </thead>
                <tbody></tbody>
            </table>
$("#factorTable").bootstrapTable(‘load‘,data.page.results);
 

 

bootstrap 坑

标签:mat   des   ble   span   esc   bootstra   formatter   type   cto   

原文地址:https://www.cnblogs.com/zhangchenglzhao/p/9158844.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!