extjs 表格如何实现动态添加列_百度知道
问题描述: RT 求源码 要能用的最佳答案: Ext.onReady(function() { var sm=new Ext.grid.CheckboxSelectionModel(); var cm=[new Ext.grid.RowNumberer(),sm, {header:"编号", dataIndex:...更多关于EXT动态grid咋写啊的问题>>
请教ext中 grid 怎样动态添加列_百度知道
最佳答案: Ext.onReady(function() { var sm=new Ext.grid.CheckboxSelectionModel(); var cm=[new Ext.grid.RowNumberer(),sm, {header:"编号", dataIndex:...更多关于EXT动态grid咋写啊的问题>>