Hi,

I'm working with Simple table model.  I have a delete button.  When the 
user presses delete, I want to remove the row selected from the model.
My command for this is: 

tableModel.removeRows(index_of_row_selected,1);

I keep getting messages like this one:
this.__rowArr out of bounds: 11 (0..11) 
where the 11 is the number of rows in the table.

index_of_row_selected is less than the number of rows in the table.

Anybody have any suggestions?
TIA.

Dvora Lopez 
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to