> > The problem is that when the data model is passed to the 
> > constructor of the Table, the ID values are reset to the column
names.
> >
> 
> Obviously, that's not where it happens.  Sorry.  It happens when
> dataModel.setColumns() is called by the application.  The problem I
> described, however, still exists.  The data model should be able to 
> set the ID values and not have them overridden with the column names, 
> right?

I don't see the problem. qx.ui.table.model.Abstract.setColumns has two
arguments - a list of column names and a list of IDs to use. If you pass
through just the names, then the IDs are reset to the names as you
describe. If you pass through both arrays then it's OK.

Hugh

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to