I am trying to update a cell table at run time, the cell table gets its date from a list
Cell_Table.setRowData(0,AllMessages);
I am trying to update the List AllMessages
then do this Cell_Table.redraw();
with no success.
I am trying this do this again Cell_Table.setRowData(0,AllMessages);
with no success AS WELL
when I am using the same technique to add rows, everything is ok but when i am removing some data from the list feeding it, the cell table is not being updated!