Way to disable fillHandle for specific cell/s or column?

Tags: #<Tag:0x00007f8b23ed52c8>

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:

  1. Way to disable fillHandle on a specific cell
  2. Way to disable fillHandle for a specific column

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/