
handsontable
kyoog
这个作者很懒,什么都没留下…
展开
-
handsontable 自定义编辑器 模版
初始化模版import Handsontable from 'handsontable'let editor = Handsontable.editors.BaseEditor.prototype.extend();Object.assign(editor.prototype, { /** * 初始化编辑器,第一次打开时运行 * */ init(){ ...原创 2018-07-23 15:33:12 · 2848 阅读 · 0 评论 -
handsontable 授权码生成 带备注
(function(){ function random(min, max){ let n = max - min + 1 return Math.ceil((Math.random() * n)) - 1 + min } function randomString(length){ let r = ...原创 2018-10-16 16:38:08 · 4973 阅读 · 3 评论