@@ -2332,6 +2332,9 @@ declare namespace Handsontable {
password: cellTypes.Password;
text: cellTypes.Text;
time: cellTypes.Time;
+
+ // 自定义添加
+ registerCellType:(name:string, type:{editor: any; renderer: Handsontable.renderers.Base})=> void
}
interface Editors {
@@ -10,7 +10,7 @@
"url": "https://github.com/handsontable/handsontable/issues"
},
"author": "Handsoncode <hello@handsontable.com>",
- "version": "6.3.6",
+ "version": "6.3.7",
"browser": "dist/handsontable.js",
"main": "commonjs/index.js",
"module": "es/index.js",