I'm using remote table since 2009 and I guess it's nearly complete. Derrell is 
currently working the new transport layer but this doesn't matter for your 
problem. So adding a row programaticaly in remote table model makes no sense. 
Because this model should always be a snap shot of a server side database table 
(or even any limitable source). So try to insert a new row first at server side 
and than just make reload. 

Or even use a simple model you but you wound't do that if your data contains 
more then 100.000 rows. In my case remote table handles easily a dump of amazon 
product list (3.5million rows)

Regards Sak


Von meinem iPhone gesendet

Am 04.10.2011 um 19:54 schrieb Phyo Arkar <phyo.arkarl...@gmail.com>:

> Hello , i  can't find any solution so i have to join here.
> 
> Using this i successfully able to use qooxdoo to retrived data from my 
> database
> 
> http://qooxdoo.org/documentation/0.8/remote_table_model
> 
> But my problem is , i want to Insert new Data into remote model and
> update it on the server and also update it on the Table widget.
> 
> But remote data model seems to be totally incomplete , it dosen't even
> offer addRows or addRowsAsMapArray function as Simple Model so how can
> i achieve this?
> 
> Should i just load remote data normally into simple model and do that?
> 
> Thanks in advance.
> 
> PS: Sorry for the spam , i forgot the tag [qooxdoo-devel] . Is needed right?
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to