jQuery MiniUI

 找回密码
 立即注册
查看: 2220|回复: 2
打印 上一主题 下一主题

动态生成列 [复制链接]

Rank: 4

跳转到指定楼层
楼主
发表于 2013-8-22 08:38:53 |只看该作者 |倒序浏览
请问动态生成带下拉框式编辑器的列应该怎么做?
columns: [
   {headre:"a",
     editor: {type: "combobox", style: "width:100%", data: "[ {id:1, text:'a'}, {id:2, text:'b'} ]"}
   }
]
这样怎么不行呢?

Rank: 8Rank: 8

沙发
发表于 2013-8-22 09:03:07 |只看该作者
http://www.miniui.com/demo/#src=datagrid/setcolumns.html

看这个demo,要想单元格编辑,还需设置单元格允许选中和单元格允许编辑

Rank: 4

板凳
发表于 2013-8-22 11:44:11 |只看该作者
factory 发表于 2013-8-22 09:03
http://www.miniui.com/demo/#src=datagrid/setcolumns.html

看这个demo,要想单元格编辑,还需设置单元格 ...

哦谢谢,我把editor的type错写成mini-combobox了

Archiver|普加软件

GMT+8, 2024-11-29 12:39 , Processed in 1.019487 second(s), 9 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部