> Can somebody give me a working example of Remote Table?
> I don't see any examples in the demo.

We use it. Basically just create your class overriding
qx.ui.table.model.Remote and define _loadRowCount and _loadRowData. Take
a look at the source code for the base class and it tells you what to do
in those methods.

Create an instance of your remote table class and pass it into the table
when you create it, as the first parameter.

Note that it isn't all a bed of roses - there are some quirks to the
system. For example, if you hide a table and then re-use it somewhere
else, the new data won't be requested until the table is shown. Therefore
you get a flash of old table content before the new stuff appears. See 
http://bugzilla.qooxdoo.org/show_bug.cgi?id=770 and 
http://bugzilla.qooxdoo.org/show_bug.cgi?id=775 for some patches which
help with that.

Hugh

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to