thron7-2 wrote:
> 
>> Yes, from the server. The row would be *inserted* on the server but at
>> the
>> end, so as soon I remove something on client side I want to get some more
>> rows from the end without clearing cache.
> 
> But that is easy. You can removeRow on the client, and for the new rows
> you just request the next couple of higher indexes from the server. Both
> should be possible without clearing the cache (unless, of course, you
> request too many new rows so old rows will be thrown out of the cache to
> make space; but that's also incremental).
> 
> T.
> 

When you say request the next couple of higher indexes - what would be the
best way to do it - prefetchRows(which I tried and didn't worked for me) or
call to _loadRowData?

J 
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Dynamic-updates-to-Remote-model-of-Table-tp5549949p5554191.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to