bootstrap 坑

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);
 

 

posted on 2018-06-09 11:05  远方的人  阅读(125)  评论(0编辑  收藏  举报

导航