Hello,
Our company is user of commercial license of your product.
And we are facing many problems we successfully solved before.
Still I want to mention very huge problem for us with upgrading from very old version to the latest one:
cells function
cells function
Defines the cell properties for given row, col, prop coordinates. Any constructor or column option may be
overwritten for a particular cell (row/column combination) using the cells property in the Handsontable constructor.
We were expecting from start it calls only visible cells. But it’s not! It’s calling all cells which present in datasource.
And this is the only entry point where you could make cells readOnly. And it’s calling our internal functions multiple times for the whole range not for only visible cells. You could find sample, it fails with 7.0 and it fails with 6.2 etc.