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, Use left or right arrow keys to navigate selected items
Found an issue in documentation? Write to us.