On 6/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am using the Simple table model for my other tables. I don“t want to
> change the quooxdoo files to extend the sortable functionality.
> So i would rather use the Remote table model. But how do i add rows to my
> table using that model?
> Is their any example using the Remote table model?

"Extending" the Simple table model does not mean changing qooxdoo
files.  Rather, it means that you create your own class with an
extend:"qx.ui.table.SimpleTableModel" (or the newer
qx.ui.table.model.Simple, depending on what version you're using).  If
the only significant difference you need from the simple table model
is to modify sortable, it's a trivial new class.

Cheers,

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to