@haklex/rich-plugin-table
v0.0.39
Published
Table editing plugin
Readme
@haklex/rich-plugin-table
表格编辑插件。
安装
pnpm add @haklex/rich-plugin-table @haklex/rich-editor导出
export { TableCellResizerPlugin } from './TableCellResizerPlugin'
export { TableRowColumnHandlesPlugin } from './TableRowColumnHandlesPlugin'使用
import {
TableCellResizerPlugin,
TableRowColumnHandlesPlugin
} from '@haklex/rich-plugin-table'
import { RichEditor } from '@haklex/rich-editor'
<RichEditor>
<TableRowColumnHandlesPlugin />
<TableCellResizerPlugin />
</RichEditor>License
MIT
