Hello,

Thank you very much for your replay Daniel. I've looked through the example.
But from what I've seen so far the remote model doesn't have the mechanism
of selective update. I've tried everything i could to simulate it.

What I'm trying to do is to update the table with the new rows ( like logs
work ) without the need to reload the whole table.
If i do the reloadData() method not only i need to download the whole table
again but the table disappears / flickers during the update process.

Ive tried :

-Firing data changed events with the rows i wanted to update.

-this.__loadRowCountRequestRunning = true;
this._loadRowCount();

-overwriting reloadData method

-trying to enter from other points but it looks like the listeners are
reseting my inputs

Regards,
Piotr

 


 

d_wagner wrote:
> 
> Hi Piotr,
> 
> Tobias Oetiker posted a nice Playground example for the Remote Table 
> Model in this thread that might point you in the right direction:
> 
> http://qooxdoo.678.n2.nabble.com/qx-ui-table-model-Remote-reloadData-td5200878.html#a5200878
> 
> (We've also created a demo based on this code, but so far it's only in 
> trunk, it'll be published with the demo applications this Friday.)
> 
> 
> Regards,
> Daniel
> 
> Piotr Leszczynski schrieb:
>> Hello,
>> 
>> I have a table with logs in my app using remote table model. Due to how
>> logs
>> work I would like to update only part of the table.
>> 
>> My problem is that reloadData() updates the whole table. Ive  overwritten
>> the reloadData()  method with my own code but it didn't work. Ive looked
>> into the code of remote model class and tried few things including 
>> firing
>> data events with the range of rows i wanted to update ,overwriting a
>> couple
>> more methods but wasn't successful either. Id be grateful for any tips
>> that
>> would point me into the right direction.
>> 
>> Regards,
>> Piotr LeszczyƄski
> 
> 
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://old.nabble.com/selective-reloadData%28%29-tp28946203p28958803.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to