Hi,
I am encountering an issue about set cell read only dynamically by the data in the handsontable. I want that if the row is not a Draft, the row should be read only.
It works okay before filter applied, but if I filter the data by de-selecting column B 201904 201901 201907, then it has an error that showing a draft as read only which is not what I want.
To recreate the issue,
set filter of B column to { 201904 , 201907, 201909
} or { 201907, 201909 } or { 201909}
And it is also messed up after doing a column sorting, e.g. on column B
((need to enable column sorting first)
Please check the jksfiddle below.
https://jsfiddle.net/jnh4mbkx/
Best,
Terry