- 注册时间
- 2017-4-19
- 最后登录
- 2021-12-2
- 阅读权限
- 10
- 积分
- 153
- 精华
- 0
- 帖子
- 34
|
<div class="portlet-body" style="height: 100%;">
<div id="V_workshop_subcontractor"
class="mini-datagrid"
allowcelledit="true"
allowcellselect="true"
allowresize="true"
pagesize="1000"
height="589"
visible="true"
style="width: 100%; height: 100%;"
showtoolbar="true"
idfield="Id"
selectonload="true">
<div property="columns">
<div type="checkcolumn" width="20"></div>
<div field="Name" name="Name" guideid="" headeralign="Center" datatype="" allowsort="false" currencyunit="" header="单位名称" align="left">单位名称</div>
</div>
</div>
这个是我写的一个表格,我想用setData()方法给这个表格赋值,要怎么赋值啊,格式是什么样的
|
|