Hi Chris,

first of all the simple table model is using local data and does not provide a 
remote update mechanism. So if you need updated data from your backend every 
second you have to use the remote table model.

        http://manual.qooxdoo.org/1.3.x/pages/widget/table_remote_model.html

The link to the documentation does explain how to implement a subclass of the 
remote table model. 

In your case you have to implement the timing logic on-top and have to call the 
necessary methods with the correct values of the "firstRow" and "lastRow" to be 
able to update the visible rows.

Is this documentation a help for you?

Regards,
  Alex

> -----Original Message-----
> From: kippi [mailto:[email protected]]
> Sent: Thursday, December 23, 2010 9:13 PM
> To: [email protected]
> Subject: [qooxdoo-devel] Table reload data
> 
> 
> Hello
> 
> We are looking at using qooxdoo to develop our web application.
> 
> I wanted to know is there away that the table module can load data
> every
> second? Will would be looking at updating 30+ rows every second.
> 
> Many Thanks
> 
> Chris
> --
> View this message in context: http://qooxdoo.678.n2.nabble.com/Table-
> reload-data-tp5862707p5862707.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> -----------------------------------------------------------------------
> -------
> Learn how Oracle Real Application Clusters (RAC) One Node allows
> customers
> to consolidate database storage, standardize their database
> environment, and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to