...
In this example we set values for the first three columns, which are a CheckBoxesColumn, RadioBoxesCoulmn and TextFieldsColumn --- it is important to note, that setting values is only possible for these user controllable types of columns!
...
Also important to use It is also important to know that it is best to change table values via the table model for setting the values and invalidate the Table Graph object at the end.-- not by writing them in the result items!
(It is not crucial but better activate the “Script configures user interface“ setting in the Script.)
...