Ext.create('Ext.grid.Panel', {
store: relationStore,
listeners:{
itemdblclick:function(dataview, record, item, index, e){
}},
columns: [
{ text: 'id', dataIndex: 'id' , flex: 1}
]
});
转载于:https://www.cnblogs.com/easyunion/p/10437194.html