Hello,
I have the requirement that checkboxes that are inside a read only table should also render as disabled.
Currently when setting the table (or the cell itself) to readOnly: true the checkboxes still appear to be editable (event if they are not).
I prepared a small example here, where you can clearly see that the checkboxes still look editable.
https://jsfiddle.net/eL8aq5sd/
Is there a way to define that the cell with type: checkbox also gets rendered as disabled?
Thanks in advance.
Ben