Re: [qooxdoo-devel] remote tables and mysql queries

2009-05-13 Thread Michael Helwig
Hi, thanks to both of you for the quick answers. I indeed use the LIMIT clauses of mysql for requesting data from the table. I do have an idea how one could make sorting by text-entries instead of id's possible in Qooxdoo but I haven't tried yet. Best, Michael -

Re: [qooxdoo-devel] remote tables and mysql queries

2009-05-12 Thread Fritz Zaucker
On Tue, 12 May 2009, Derrell Lipman wrote: > On Tue, May 12, 2009 at 4:59 PM, Michael Helwig wrote: > >> Hi, >> I'm still working with qooxdoo's remote tables and I'm having problems >> with getting the right data from mysql. The trouble is that qooxdoo at >> the beginning wants to have rows 0 to

Re: [qooxdoo-devel] remote tables and mysql queries

2009-05-12 Thread Derrell Lipman
On Tue, May 12, 2009 at 4:59 PM, Michael Helwig wrote: > Hi, > I'm still working with qooxdoo's remote tables and I'm having problems > with getting the right data from mysql. The trouble is that qooxdoo at > the beginning wants to have rows 0 to 100 and, if the table is > scrolled to the appropri

[qooxdoo-devel] remote tables and mysql queries

2009-05-12 Thread Michael Helwig
Hi, I'm still working with qooxdoo's remote tables and I'm having problems with getting the right data from mysql. The trouble is that qooxdoo at the beginning wants to have rows 0 to 100 and, if the table is scrolled to the appropriate position, qooxdoo requests the next 50 rows, etc. It is ra