Hi,
I have the exact same problem as @aabounegm, stated in the following issue: setCellMeta doesn’t work properly in afterCreateRow hook.
I am trying to switch some cells from readOnly: true
to readOnly: false
when a new line is created. Unfortunately, the cells from the next row are affected, not the cells from the created row. To make it work, I need to use setTimeout(), just like in the topic I linked.
Issue was supposedly fixed, but it still exists in the current version: http://jsfiddle.net/fz9w5ayo/1/
Am I missing anything?