详细说明可以参考 visactor.com/vtable/gui,自定义组件目前推荐在react环境,需要对单元格内自定义内容进行组件化封装的场景 表格单元格中使用react dom组件 如果需要在组件中使用DOM react组件,VRender支持在图元组件的attribute属性中,指定react属性,并将react组件作为element属性传入: <Group attribute={{ // ... rea...
实现自定义的方式也有多种,支持单元格自定义渲染(jsx),react/vue自定义组件、自定义交互组件等 8、可编辑表格 提供了内置的可编辑组件,包括输入框、列表、时间、单选、多选等 也支持使用其他组件库,如ant-design,也可以是你自己开发的组件 9、表格导出 支持导出表格成excel,所见即所得,也可以忽略图标 10、全局搜...
在此基础上,封装了一个场景树,也就是表格每一个节点会对应一个 text 值或者是 react 的矩形框等。如这样一个场景树:上层是一些布局模块、状态管理模块和事件管理模块。再往上是针对于用户层的 option 配置、数据分析部分和主题样式部分。 下面简单介绍几个技术实现的原理。 1. 虚拟滚动 表格的滚动的背后有一个...
liuboying1119changed the title[Feature] react-vtable 的popover组件,支持背景色属性Dec 3, 2024 Rui-Sunadded thebpbplabelDec 3, 2024 Rui-Sunadded a commit that referenced this issueDec 6, 2024 feat: add panelStyle&arrowStyle config in Popover#2988 ...
packages/react-vtable: React 版本的表格组件 packages/vue-vtable: Vue 版本的表格组件 docs: 教程文档 Usage 使用 安装 npm package // npm npm install @visactor/vtable // yarn yarn add @visactor/vtable 快速上手 // this demo you can run on codesanbox https://codesandbox.io/s/vtable-simple-...
packages:主包,后续详细介绍 share: 一些公用的扩展,如react和vue等,在子项目中会使用 tools:工具库 bundler: 打包机,供rush使用 bugserver-trigger:为所有vGrammar包触发错误服务器,错误上报 今天先分享到这里,下一篇文章分享packages中的 react-vtable源码...
实现自定义的方式也有多种,支持单元格自定义渲染(jsx),react/vue自定义组件、自定义交互组件等 8、可编辑表格 提供了内置的可编辑组件,包括输入框、列表、时间、单选、多选等 也支持使用其他组件库,如ant-design,也可以是你自己开发的组件 9、表格导出 ...
refactor: supplement event type for react table #1434 961d20b fangsmile linked a pull request Apr 3, 2024 that will close this issue 1434 react event supplyment #1438 Merged 21 tasks fangsmile closed this as completed in #1438 Apr 7, 2024 github-actions bot mentioned this issue Apr...
packages/vtable-gantt: Gantt chart component code packages/vtable-editors: Table editor component code packages/vtable-export: Table export tool code packages/vtable-search: Table search tool code packages/react-vtable: React version of the table component ...
packages/vtable-search: Table search tool code packages/react-vtable: React version of the table component packages/vue-vtable: Vue version of the table component docs: Include VTable site tutorials, demos,apis and options, and also contains all Chinese and English documents. ...