I am using a GWTFlexTable
and have one issue: I am deleting any row after that when I do try to add new row it is giving rowcount
value including removed row because of this
while iterating last row giving
IndexOutOfBoundsException
.
for( count=0; count < table.getRowCount(); count++ )
{
}
Giving this exception
[FATAL] Uncaught Exception:
[java] java.lang.IndexOutOfBoundsException:
[java] Column index: 0, Column size: 0