Re: [qooxdoo-devel] Incremental loading of remote data

2014-06-13 Thread Phyo Arkar
Remote table don't allow pushing of rows manually. So simpledatamodel seems to be only choice but it won't scale right? On 14 Jun, 2014 4:33 am, "Phyo Arkar" wrote: > Is there Support for loading data incrementally in remote data model? > Lets say, we have 1000 rows in Db and it increase 100 rows

[qooxdoo-devel] Incremental loading of remote data

2014-06-13 Thread Phyo Arkar
Is there Support for loading data incrementally in remote data model? Lets say, we have 1000 rows in Db and it increase 100 rows every second. I want to load data in Ajax long poll but only latest changes. Reload data redraw whole table, right? --