hkalyoncu wrote:
> hello
>
> i think the problem is that cell data for the fourth column is null
> but it must be true or false since its rendered as boolean
>
> please check this http://bit.ly/9kuFHr
>
> regards
> huseyin
>
You are right, It's works like a charm!!!
Thanks for your quick help!
hello
i think the problem is that cell data for the fourth column is null
but it must be true or false since its rendered as boolean
please check this http://bit.ly/9kuFHr
regards
huseyin
--
View this message in context:
http://n2.nabble.com/CheckBox-in-a-table-tp4841568p4841718.html
Sent fr
Hi everybody,
I'm trying to add a checkBox in a table cell and have a result as in the
Qooxdoo browser. I use both qx.ui.table.cellrenderer.Boolean() and
qx.ui.table.celleditor.CheckBox().
It seems to work but I don't don't see a visual checkBox which I can
select or not in my table. Could som