Hi,
I want to make cell editable after clicking button. I was doing it using setCellMeta. It works fine when called first time. In between if I have a call for updateSettings, setCellMeta does not work.
Below is fiddle:
http://jsfiddle.net/76770q9d/20/
Please follow steps to recreate-
- Click on UpdateSettings which sets column 2 and 3 readonly
- Click on cellMeta which is trying to set columns 2 and 3 to editable in row 0. But it does not work.
Thanks!