Hi, I am using a FlexTable to display a table of 25 rows by 8 columns. Whenever I get new data (jsonrpc), I update the contents of the table (just updating the content, without deleting the rows). This takes, on my test client, around 1s, which is too long. A tenth of that would be good. I am doing some specific processing when updating the contents of FlexTable, but before I spend too much time optimizing my code, I would like to know what to expect from FlexTable.
Are there any metrics available? Has somebody experience with the performance of FlexTable? Any generic advice would be very much welcome. Thanks, Daniel PD: for what it is worth, my test client is Chrome Version 22.0.1229.79, on an AMD E-450 APU with Radeon(tm) HD Graphics, 2 cores, each 3300 bogomips. --
