文件名称:html-table-editor-resizer:表格插件拖动,合并,编辑插件。Merge cells, split cells, drag to resize table , a very usefull table plugin with no dependency
文件大小:341KB
文件格式:ZIP
更新时间:2024-06-02 22:59:11
JavaScript
原生javascript表格插件,可以拖动改变大小,合并单元格等 Demo 安装 npm install npm run dev 查看 localhost:8080 三种方式 初始化表格 import TableEditor from "./tableEditor" // better to replace document.body with your own div container // 最好把body换成某个空的div容器,这个div不要放其他元素 const t = new TableEditor() t.Create(10, 10, document.body) // or t.CreateFromString('
【文件预览】:
html-table-editor-resizer-master
----.gitignore(13B)
----README.md(891B)
----package.json(952B)
----src()
--------tableEditorDemo.js(533B)
--------demo.html(384B)
--------tableEditor.js(28KB)
--------demo.gif(605KB)
----webpack.config.js(615B)
----entry.js(49B)