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"])

Found an issue in documentation? Write to us.