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.
### What problem does this feature solve? 表格右键出现菜单后,点击页面空白处不隐藏 ### What does the proposed API look like? 1
### What problem does this feature solve?  想这样选了数据后,可以按住ctrl,单击鼠标取消某个单元格 ### What does the proposed API look like? 可以做个配置是否来启用这样的功能,单击选中,再点就是取消了
### Version 1.7.0 ### Link to Minimal Reproduction vscode ### Steps to Reproduce 1.使用官方透视表例子,改造成合并单元格 ### Current Behavior 合并单元格数据 ### Expected Behavior 希望导出的数据都是可以编辑的,不需要变成图片 以下时出现的问题效果 ### Environment ```markdown - OS:win10 - Browser:electron...
### What problem does this feature solve? 希望在customRender中可以直接通过table.canvas的上下文直接绘制单元格内容,这样可实现一些复杂逻辑 ### What does the proposed API look like? ``` customRender(args: any) { // 希望在customRender中可以直接通过table.canvas的上下文直接绘制单元格内容,这样可实现一些复杂逻辑 const { table, rect, value } = args;...
### Version 1.17.0 ### Link to Minimal Reproduction 还不会 ### Steps to Reproduce  ### Current Behavior 点击编辑分组的标题处,出错。或者是可以设置分组标题不可编辑?我不知道 ### Expected Behavior 分组的状态可编辑 ### Environment ```markdown - OS: - Browser: -...
[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...
### What problem does this feature solve? 同层级的结点是否按文字对齐 如没有收起展开图标的节点和有图标的节点文字对齐 默认 false ### What does the proposed API look like? 同层级的结点是否按文字对齐 如没有收起展开图标的节点和有图标的节点文字对齐 默认 false
### What problem does this feature solve?  ### What does the proposed API look like? 1
### Version 1.17.2 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-simple-demo-forked-54pvc5 ### Steps to Reproduce 1. 使用Windows设备 2. 双击email单元格 3. 审查html的input元素 ### Current Behavior 宽度会变得很大,还会把table的宽度撑大,导致table窗口往右边滑动 ### Expected Behavior 在macOS下正常,无该问题,期望行为保持一致 ### Environment ```markdown...
### What problem does this feature solve? 针对于里程碑节点或轴较短的节点,没有办法显示完整名称,所以希望可以支持左右侧文本显示,能够允许我动态判断显示 ### What does the proposed API look like? 左侧文本:LeftLabelText、LeftLabelTextStyle 右侧文本:RightLabelText、RightLabelTextStyle 可与labelText、labelTextStyle一致的方式,或能够支持 (interactionArgs: TaskBarInteractionArgumentType) => string