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  阅读(483)  评论(0编辑  收藏  举报