0
header: "Root",
sortable: true,
renderer: cat_id1,
dataIndex: 'parent_id',
width: 90,
editor: new Ext.form.ComboBox({
typeAhead: true,
triggerAction: 'all',
transform:'cat_id1',
lazyRender:true,
listClass: 'x-combo-list-small'
})
"レンダラー:"と "トランスフォーム:"の値を動的にまたは別のドロップダウン選択の選択にすることはできますか?別のドロップダウン選択の値に応じてEXT jsグリッドでドロップダウンを埋め込む