首页 > 其他 > 详细

bootstrap 坑

时间:2018-06-09 12:24:59      阅读:165      评论:0      收藏:0      [点我收藏+]

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 坑

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!