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
-
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
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
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