ExtJS4.2 grid panel双击事件
Ext.create('Ext.grid.Panel', {
store: relationStore,
listeners:{
itemdblclick:function(dataview, record, item, index, e){
}},
columns: [
{ text: 'id', dataIndex: 'id' , flex: 1}
]
});
posted on 2019-02-26 14:37 techno-geek 阅读(510) 评论(0) 收藏 举报
浙公网安备 33010602011771号