Re: [qooxdoo-devel] Selection of table cells

2007-05-22 Thread derrell . lipman
[EMAIL PROTECTED] writes: > as seen in the examples for the table widget, I would like to have one > column for checkboxes. Therefore using: > qx.ui.table.BooleanDataCellRenderer() works fine. Now i would like to > change those Datacells whenever clicking them (using them like a normal > checkbox)

[qooxdoo-devel] Selection of table cells

2007-05-22 Thread gerds
Hi, as seen in the examples for the table widget, I would like to have one column for checkboxes. Therefore using: qx.ui.table.BooleanDataCellRenderer() works fine. Now i would like to change those Datacells whenever clicking them (using them like a normal checkbox). How can i do this? Setting the