Have you tried true/false instead 0/1 als values? If you get your data from the backend, you could convert them there. Or if you need 0/1 in the cellrenderer, you could use your own derived from qx.ui.table.cellrenderer.Boolean
Cheers, Fritz On Thu, 22 Apr 2010, [email protected] wrote: > Hi, > > i want to use a checkbox renderer and i add this renderer on my table > > table1.getTableColumnModel().setDataCellRenderer(2, new > qx.ui.table.cellrenderer.Boolean()); > table1.getTableColumnModel().setDataCellRenderer(3, new > qx.ui.table.cellrenderer.Boolean()); > > In this table cells are 0 or 1 but no checkbox appear. What can be > the problem? > > Thank you for your help. > > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker +41 62 775 9900 (switch board) Aarweg 15 +41 79 675 0630 (mobile) CH-4600 Olten fax: +41 62 775 9905 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
