How do you do?
I have been using Handsontable[“Core”].prototype.xxx=function(){} to extend my custom method.
Handsontable["Core"].prototype.updateCellsData = function (datas) {
doing....
}
When I update to 7.1.1, it prompts me for invalid methods,
I can’t see my custom methods from the console.
But in the previous version, he worked.
在7.1.1之前版本时的原型链。
更新到7.1.1版本时,变得不可用。