This question is locked. New answers and comments are not allowed.
By default the value of a boolean field is displayed as the text "true" or "false". But I want a checkbox to be displayed.
So I want to add a template on the column:
My problems is how add the checked="checked" conditionally depending on the value of the field.
Any idea how to do that?
Thanks, Jaap
So I want to add a template on the column:
<input type="checkbox" checked="checked" disabled="disabled" />
My problems is how add the checked="checked" conditionally depending on the value of the field.
Any idea how to do that?
Thanks, Jaap