Hello,

Similar to the example in 
http://demo.qooxdoo.org/current/demobrowser/#table~Table.html I want to 
use a qx.ui.table.cellrenderer.Boolean() in my remote-Table.

I have tried to add

----schnipp----
MyTableModel.setColumns(["Column1", "Colum2", "Column3"],  "datafield1", 
"datafield2"], false]);
----schnapp----

So I expected to see a checkbox in Column3, because I have defined:

----schnipp----
MyTableModel.setDataCellRenderer(3, new qx.ui.table.cellrenderer.Boolean());
----schnapp----

But that does not work. Any idea whats wrong?

Thank for help in advance

Kind regards
Thomas


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to