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:
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
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.
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
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
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
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
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
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
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
10 matches
Mail list logo