/
How can I set a column of InputMatrix to be read-only?
How can I set a column of InputMatrix to be read-only?
Answer
Check out the examples on inputMatrix:
//Makes col1 non-editable
cp.addParameterConfigEntry("readOnlyColumns",["col1"])
, multiple selections available,
Related content
Result Matrix
Result Matrix
Read with this
How to Freeze Columns in Result Matrix
How to Freeze Columns in Result Matrix
More like this
Input Functions
Input Functions
Read with this
How to Modify, Add and Remove Inputs
How to Modify, Add and Remove Inputs
More like this
Configurator Forms (Conceptual Guide)
Configurator Forms (Conceptual Guide)
Read with this
Add or Remove Columns
Add or Remove Columns
More like this
Found an issue in documentation? Write to us.