Hi everybody, I'm using a table.model.Simple, qx.ui.table.cellrenderer.Boolean() and qx.ui.table.celleditor.CheckBox(); to make a table who contains checkboxes in each of it's cells. The problem is that for each row, I need to automatically check and disable the rest of the checkboxes when the checkbox of the first column is checked, and when the checkbox of the first column of the row is unchecked, the others checkboxes are unchecked and enabled to edit.
Qooxdoo have methods like tableModel.setColumnEditable that only works with a column of the entire table and and tableModel.setEditable that works with all the table, therefore are not useful in this situation. Any ideas??? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Disable-row-cell-tp7584446.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
