Hi,
Is there a way to disable fillHandle on a specific cell or column? I’m using React wrapper. And, the fillHandle is enabled.
Goals are:
- Way to disable fillHandle on a specific cell
- Way to disable fillHandle for a specific column
Thank you!
Hi,
Is there a way to disable fillHandle on a specific cell or column? I’m using React wrapper. And, the fillHandle is enabled.
Goals are:
Thank you!
Hi @hugh
You can use an afterBeginEditing
hook. And inside in you can disable fillHandle
in a specific cell, column or row.
Here is a demo which in cell 1, 1 fillHandle
is turned off - https://jsfiddle.net/jwez54uk/