直接加载出内容

提问 已结 1 10924
悬赏:20飞吻
 <table data-toggle="topjui-datagrid"
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>
可以做成不想后端请求数据吗直接加载data
<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>
回帖
回帖须知