n for trying to help.
Regards,
Dvora
From: Fritz Zaucker
To: qooxdoo Development
Date: 04/04/2012 15:29
Subject: Re: [qooxdoo-devel] Problem with removeRows command in
Simple table model
Dvora,
could it be that you have e selection callback handler in place that
somehow
is
and ignore the exception. I
> don't like doing this - because it could cause other problems, but that's
> my solution for now.
>
> Regards,
> Dvora
>
>
>
> From: Tristan Koch
> To: qooxdoo Development
> Date: 04/04/2012 14:35
> Subject:
, but that's
my solution for now.
Regards,
Dvora
From: Tristan Koch
To: qooxdoo Development
Date: 04/04/2012 14:35
Subject: Re: [qooxdoo-devel] Problem with removeRows command in
Simple table model
Hi Debora,
so in other words tableModel.getData().length is gr
Hi Debora,
so in other words tableModel.getData().length is greater than
index_of_row_selected?
index_of_row_selected is positive?
Regards
Tristan
Am 02.04.2012 um 09:52 schrieb Debora Lopez:
> Hi,
>
> I'm working with Simple table model. I have a delete button. When the user
> presses d
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..