I want to disable a column, I use this code:
<ice-cc:selectBooleanColumn title="Installed" property="installed" disabled="true" ></ice-cc:selectBooleanColumn>
...but the column is still able to change.
Please help :)
|
I want to disable a column, I use this code:
...but the column is still able to change. Please help :) |
||||
|
|
By "disabled" you mean it shouldn't appear? Try rendered="false" maybe if this is the case. |
|||
|
|
There is no disabled attribute in selectBooleanColumn component, as said in API docs. I fear this cannot be done using ice-cc:editableTable. |
|||
|
|