Hi Alex,
I used this code:
var tableModel = new qx.ui.table.model.Simple();
var table = new qx.ui.table.Table(tableModel);
table.getSelectionModel().addEventListener("changeSelection", function(evt){
var index = table.getSelectionModel().getLeadSelectionIndex();
selectedValue = tableModel.
Hi Dan,
Dan Trif wrote:
> On the listener I get a value from the currently selected row and do
> other things ...
>
> Using qooxdoo version 0.7.2 everythingh worked fine but when I switched
> to 0.7.3 I found out that the method
> removeRows(Integer |startIndex|, Integer |howMany|) from
> qx.ui.ta
Hi,
I'm using a table which has a changeSelection event listener attached.
On the listener I get a value from the currently selected row and do
other things ...
Using qooxdoo version 0.7.2 everythingh worked fine but when I switched
to 0.7.3 I found out that the method
removeRows(Integer |startI