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