<table data-toggle="topjui-datagrid"可以做成不想后端请求数据吗直接加载data
data-options="id:'southTab1',
initCreate: false,
fitColumns:true,
pagination: false,
url:remoteHost+'/ucenter/user/getPageSet?type=1'">
<thead>
<tr>
<th data-options="field:'id',title:'id',checkbox:true"></th>
</tr>
</thead>
</table>
<table data-toggle="topjui-datagrid"
data-options="id:'southTab1',
initCreate: false,
fitColumns:true,
pagination: false,
data:[{id:1,name:name}]
">
<thead>
<tr>
<th data-options="field:'id',title:'id',checkbox:true"></th>
</tr>
</thead>
</table>