X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FTable.js;fp=Roo%2Fbootstrap%2FTable.js;h=2cb7520fb95d1949c98e8caff9ce02e13f351539;hp=360b554cba4a225385428b035781a7b5877a4c4a;hb=12b0ee7b53b7f55de8b2921fdff7136ca559fd37;hpb=9be6e45a0ff049e97ab69d97706b81d8a0500fb1 diff --git a/Roo/bootstrap/Table.js b/Roo/bootstrap/Table.js index 360b554cba..2cb7520fb9 100644 --- a/Roo/bootstrap/Table.js +++ b/Roo/bootstrap/Table.js @@ -494,15 +494,14 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component, { var rowIndex = this.getRowIndex(row); // why??? - should these not be based on SelectionModel? - if(this.cellSelection){ + //if(this.cellSelection){ this.fireEvent('cellclick', this, cell, rowIndex, cellIndex, e); - } + //} - if(this.rowSelection){ + //if(this.rowSelection){ this.fireEvent('rowclick', this, row, rowIndex, e); - } - - + //} + }, onDblClick : function(e,el)