@qinliuliu/vtable-plugins
v1.22.3
Published
The search util of VTable
Readme
VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.React-VTable is a React wrapper of VTable.
Usage
可选依赖
部分高级功能需要额外的依赖:
甘特图导出功能:需要安装
@visactor/vtable-ganttnpm install @visactor/vtable-gantt可以通过两种方式使用:
- 直接从主包导入(推荐,自动处理依赖缺失情况):
import { ExportGanttPlugin } from '@visactor/vtable-plugins'; const exportPlugin = new ExportGanttPlugin(); // 如果未安装甘特图依赖,会收到友好的警告信息- 从专用入口导入(明确表示需要额外依赖):
import { ExportGanttPlugin } from '@visactor/vtable-plugins/gantt-extensions';
Installation
// npm
npm install @visactor/vtable-plugins
// yarn
yarn add @visactor/vtable-pluginsMore demos and detailed tutorials
Related Links
Ecosystem
| Project | Description | | -------------------------------------------------------- | ----------------------------- | | AI-generated Components | AI-generated table component. |
Contribution
If you would like to contribute, please read the Code of Conduct 和 Guide first。
Small streams converge to make great rivers and seas!
License
- MIT License - LICENSE
- Apache 2.0 License - LICENSE-APACHE
Note: The auto-fill functionality references Univer's implementation and is subject to Apache 2.0 license terms.
