在easyui中的datagrid和treegrid两个应用中,我们会用到对editor设置单行编辑时每列的编辑类型,这个的应用在easyui下载的包目录的Demo文件夹中也可找到应用例子,如:
html:
<table >Addr</th>
</tr>
</thead>
</table>
-----------datagrid---------------------------------
<table >Status</th>
</tr>
</thead>
</table>
显示效果如下: