当前位置: 代码迷 >> J2EE >> GridTree怎么取其它列的值
  详细解决方案

GridTree怎么取其它列的值

热度:54   发布时间:2016-04-21 23:21:33.0
GridTree如何取其它列的值
我alert的是本列的值,如果想alert主键的值,如id,怎么写?

var GridColumnType = [
                                {
header : '地域名称',
headerIndex : 'disId',
columntype : {
inputtype : 'html',
htmlStr : '<button onclick="alert(\'$\');">$</button>',
nameId : 'textbox'
}
}

------解决方案--------------------
extjs么?一年多没用过了,挺怀念的啊。。
  相关解决方案