dxq613 / bui

基于jQuery,兼容KISSY 的富客户端控件库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

可编辑表格中select下拉选如何异步加载

Timor2017 opened this issue · comments

columns = [
{title : '单选',dataIndex : 'd', editor : {xtype :'select',items : enumObj},renderer : Grid.Format.enumRenderer(enumObj)}}
]
items 属性现在的enumObj是写死的,如何ajax异步加载 这个enumObj数据