Ext 中 grid 的列渲染_百度知道
最佳答案: 当然可以了,但是你当前这个写法有点问题。 你aaa函数中有return吧,外层也要用return。 renderer:function(value){ return aaa("red",value}}更多关于gridPanel渲染列问题的问题>>
GridPanel页面渲染的问题 - 豆丁网
2012年4月6日 - 展现数据 var panel newExt.grid.GridPanel({ cm:model, store:ds, autoHeight:true, autoWidth:true panel.renderTo("gpanel")//01 页面无法渲染,原...