Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-07 Thread Phyo Arkar
Great , so that will automagically scroll down to Bottom right? On 10/7/11, Tino Butz wrote: > Hi, > > Use the following function, when the data is loaded: > > http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.Table~scrollCellVisible > > Tino > > > Am 07.10.2011 um 00:19 schrieb Phyo Arkar:

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-07 Thread Tino Butz
Hi, Use the following function, when the data is loaded: http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.Table~scrollCellVisible Tino Am 07.10.2011 um 00:19 schrieb Phyo Arkar: Now i am good with adding data to remote then reload . Working fine now :) one question , how can i get tabl

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-06 Thread Phyo Arkar
Now i am good with adding data to remote then reload . Working fine now :) one question , how can i get table to scroll to the bottom as soon as Remotedata is reloaded? I cant find what controls scroller? On 10/6/11, Phyo Arkar wrote: > Thank you very much > > i will play around with your idea.

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-06 Thread Phyo Arkar
Thank you very much i will play around with your idea. On 10/6/11, Tino Butz wrote: > Hi, > > I think adding a row can be achieved, so it is not easy: > > * Extend from qx.ui.table.model.Remote > > * To add / remove a row retrieve the cache content getCacheContent > var blockCache = this.get

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-06 Thread Tino Butz
Hi, I think adding a row can be achieved, so it is not easy: * Extend from qx.ui.table.model.Remote * To add / remove a row retrieve the cache content getCacheContent var blockCache = this.getCacheContent(); * Calculate the block size: var blockSize = this.getBlockSize(); var b

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-05 Thread thron7
On 10/05/2011 12:28 AM, Phyo Arkar wrote: > Another Question. > > By default its fetch every 50 rows right? How can i increase > RemoteTable to fetch more than 50 rows? Try .setBlockSize(). T. -- All the data continuo

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-04 Thread Phyo Arkar
Another Question. By default its fetch every 50 rows right? How can i increase RemoteTable to fetch more than 50 rows? On 10/5/11, Phyo Arkar wrote: > Thank you very much , for the reply. > > So heres my case: > > I use qooxdoo Table to get Data into my table and i will let users to > insert / e

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-04 Thread Phyo Arkar
Thank you very much , for the reply. So heres my case: I use qooxdoo Table to get Data into my table and i will let users to insert / edit / delete rows. In jqGrid i can do it easily as it have api for edit / delete and can work either local or remote. But now i am playing with qooxdoo in this

Re: [qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-04 Thread Mustafa Sak
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

[qooxdoo-devel] How to insert Row data into Table with Remote Model

2011-10-04 Thread Phyo Arkar
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