VTable icon indicating copy to clipboard operation
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.

Results 455 VTable issues
Sort by recently updated
recently updated
newest added

### Version - ### Link to Minimal Reproduction - ### Steps to Reproduce - ### Current Behavior - ### Expected Behavior - ### Environment ```markdown - OS: - Browser: -...

bug

重现: [在自定义表头案例中](https://www.visactor.io/vtable/demo/table-type/pivot-table-virtual-header) 设置indicator中字段sort:true, showSort: true, 排序图标出现,但是不能排序 请问是使用方法不对吗?

### What problem does this feature solve? 想实现存在筛选条件的时,要粘贴插入的数据大于剩余行数和列数,则新增行和列的功能。 目前看到只有透视表可使用getFilteredRecords来判断,无法判断当前筛选后的数据有多少条。 ### What does the proposed API look like? getFilteredRecords支持基本表格

feature

### Version 1.20.2 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-export-umd-forked-sc8l9d ### Steps to Reproduce 编辑内容的情况下,调整浏览器宽度 ### Current Behavior 配置: widthMode: "adaptive" 样式: 容器不设置固定宽度 问题: 编辑中的下拉框,调整浏览器的宽度后则出现错位问题 ### Expected Behavior 调整浏览器的宽度不应该出现错位的情况 ### Environment...

bug

### Documentation Title or Section ``` theme: { defaultStyle: { borderLineWidth: 0 }, frameStyle: { borderColor: 'red', borderLineWidth: 0 }, cornerHeaderStyle: { frameStyle: { borderColor: 'blue', borderLineWidth: [2, 0, 1,...

docs

### Documentation Title or Section Sheet的ContextMenu的监听如何实现 ### Issue Description or Suggestion 新更新的VTable-Sheet十分好用,这边的右键使用到了[context-menu-plugin](https://visactor.com/vtable/guide/plugin/context-menu) 右键菜单插件,我想监听插入或者删除行列的操作,我该如何实现呢

docs

### Version 1.21.0 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 1. 代码使用官方 demo:https://visactor.io/vtable/demo/gantt/gantt-basic?version=1.21.0 2. 将 option 的 records 设为空数组[]。 3. 在创建完 ganttInstance 后立即调用 ganttInstance.setRecords(records)。 4. 展开某个父节点,左侧表格下方出现渲染空白。 ###...

bug

### What problem does this feature solve? 滚动条样式设置 ### What does the proposed API look like? 滚动条样式设置

feature

### What problem does this feature solve? 设想页面左侧是待计划的生产任务列表,页面右侧是 甘特图(每一行是一个生产设备),希望能支持从左侧任务列表,拖拽任务到右侧的甘特图中(拖到某个生产设备,某个特定时间)。是否可以增强支持该功能呢(例如可以支持drop事件,返回drop时的行号和时间)?或者目前是否有方式可以实现该功能。 ### What does the proposed API look like? 考虑支持拖拽drop事件,返回drop时的行号和时间,以及数据

feature

### Version 1.20.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-list-table-forked-ypr5ln ### Steps to Reproduce 1、双击 Sales 列边界线 2、列宽调整后,Sales 左侧的固定样式(阴影)没有跟随列宽进行调整,如下图: ### Current Behavior 应该需要列宽调整时,需要检查是否时固定列,如果时,需要渲染整个固定列,而不是仅仅更新列宽 ### Expected Behavior 期望 frozenColumnLine 的样式也跟随列宽移动 ### Environment...

bug