VTable
VTable copied to clipboard
VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
https://github.com/VisActor/VTable/blob/fb457001fd368191ddf65e44d5b3aeb596b15c4a/packages/vtable-gantt/src/Gantt.ts#L399-L410
### Documentation Title or Section 请问开发者是否有考虑在Vtable-Sheet 里面集成图表功能?或者我能否自己手动实现一下呢?谢谢! ### Issue Description or Suggestion 目前无法在Vtable-Sheet 里面生成图表
### Version 1.22.0 ### Link to Minimal Reproduction https://www.visactor.io/vtable/demo/gantt/gantt-edit ### Steps to Reproduce [官方示例](https://www.visactor.io/vtable/demo/gantt/gantt-edit) 可复现 ### Current Behavior 拖动甘特图的taskBar时,自身的开始、结束时间同步不准确,上级的时间startDate和endDate没有同步更新,见下图 [官方示例截图链接]https://osstest.azhu.co/upload/10094/20251028/p_1761653006980f868312c-5cb1-440f-bef7-9f0cf036bd97.png  ### Expected Behavior 期望能准确同步时间
### Version 1.22.0 ### Link to Minimal Reproduction https://www.visactor.io/vtable/demo/table-type/list-table-tree ### Steps to Reproduce 在官方Demo基本树形表格中,options增加一个group分组 groupConfig: { groupBy: 'monthly_expense', }, ### Current Behavior 非树形列,如第二第三等列,内容都缩进了 ### Expected Behavior 非树形列能正常显示内容 或 能否支持配置根据一级节点配置还是根据最下层节点配置分组 ###...
### Version 1.22.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/cell-type/multi-type ### Steps to Reproduce 1.集成到VTable.ListTable中 2.鼠标右键点击无效果 ### Current Behavior 右键菜单插件在VTable.ListTable使用无效 ### Expected Behavior 期望集成右键菜单插件到VTable.ListTable,鼠标右键菜单显示正常 ### Environment ```markdown - OS: - Browser:...
### Version 1.22.0 ### Link to Minimal Reproduction 无 ### Steps to Reproduce select: { highlightMode: 'cell', blankAreaClickDeselect: true, outsideClickDeselect: true, headerSelectMode: 'inline', cornerHeaderSelectMode: 'cell', disableSelect: (col, row, table) =>...
[Bug] 甘特图中,当tasksShowMode为Tasks_Separate时,使用setRecords使用不同数据进行第二次渲染时,type: project的父级甘特图不会自动计算时间区间
### Version 1.22.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/gantt/gantt-project-taskShowMode ### Steps to Reproduce 1.打开上述链接 2.删除第220行:tasksShowMode: VTableGantt.TYPES.TasksShowMode.Project_Sub_Tasks_Inline, 3. 增加下列代码 ``` setTimeout(() => { ganttInstance.setRecords([{ id: 0, name: 'Planning', type: 'project', children:...
### Version 1.22 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/plugin/excel-online-editing ### Steps to Reproduce 类Excel在线编辑:双击序号可改的bug ### Current Behavior 双击序号 ### Expected Behavior 就不能改 ### Environment ```markdown - OS: - Browser: -...
### Version 最新 ### Link to Minimal Reproduction https://visactor.io/vtable/guide/custom_define/vue-custom-component ### Steps to Reproduce 尝试过在customLayout插槽中自定义CheckBox组件,无法编辑并且CheckBox组件label属性好像是默认text文本无法修改。不可以自定义第三方组件。 ### Current Behavior 自定义组件 ### Expected Behavior 自定义组件 ### Environment ```markdown - OS: - Browser: -...
### What problem does this feature solve? 更好的支持 甘特图的样式,否则 是不能根据某些 特殊数据 ,支持不同的样式设置的 ### What does the proposed API look like? 甘特图中的taskBar 的 labelText 和labelTextstyle 能否像 barStyle一样支持配置函数,否则只能使用 customLayout ,或者 customLayout 中的...