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 1.17.1 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/weathered-meadow-m3g9jj?file=%2Fsrc%2Findex.mjs ### Steps to Reproduce 横向滚动表格后,点击排序 ### Current Behavior 表头闪动 ### Expected Behavior 横向滚动表格后,点击排序,预期表头不闪动 ### Environment ```markdown - OS: macOS - Browser:Chrome...

bug
bp

### Version 1.70.2 ### Link to Minimal Reproduction https://visactor.io/vtable/demo-react/custom-layout/cell-custom-layout-dom?version=1.17.2 ### Steps to Reproduce 代码如下: ``` // import * as ReactVTable from '@visactor/react-vtable'; const { useCallback, useRef, useState } = React;...

bug

### Version 1.17.1 ### Link to Minimal Reproduction https://visactor.io/vtable/demo-react/component/menu ### Steps to Reproduce 代码如下: const records = new Array(1000).fill(['John', 18, 'male', '🏀']); const root = ReactDom.createRoot(document.getElementById(CONTAINER_ID)); root.render( { console.log('onDropdownMenuClick', args);...

bug

### What problem does this feature solve? 请问普通表格表头有支持像透视表那样的levelSpan 进行自定义表头合并吗 ,目前只看见了列的单元格合并 ### What does the proposed API look like? ![Image](https://github.com/user-attachments/assets/a84605ab-c618-4ce8-89f0-d3a0faffcb41) 能够配置如图所示表头 目前配置是叶子节点占用了表头子节点深度不一致的部分,导致叶子节点高度很高样式不好看

feature

### Version 1.17.0 ### Link to Minimal Reproduction empty ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/a192edda-c61a-4941-8e95-b14f2521a577) ### Current Behavior ![Image](https://github.com/user-attachments/assets/524e3e09-f1f9-456c-b9f0-e4f353caead2) ![Image](https://github.com/user-attachments/assets/a680d7d7-2fc5-404b-a13e-ec8ee0868d06) ### Expected Behavior 不发生错误 ### Environment ```markdown - OS: - Browser:...

bug

### Version 1.17.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/react-dev-forked-9tpl65 ### Steps to Reproduce 合并单元格 鼠标在合并单元格区间来回移动onMouseEnter onMouseLeave触发多次 ### Current Behavior 合并单元格 鼠标在合并单元格区间来回移动onMouseEnter onMouseLeave触发多次 ![Image](https://github.com/user-attachments/assets/7dd9ac26-6729-43cf-9c02-55b00a1b90cc) ### Expected Behavior onMouseEnter onMouseLeave 只在进入 移出时触发...

bug

### What problem does this feature solve? 现有顺序:asc->desc->null 希望点击排序可以自定义从哪个开始,desc->asc->null 希望点击上箭头,排序升序 点击下箭头排序降序 ### What does the proposed API look like? sortOrders:["desc","asc",null]

feature

### Version 1.16.2 ### Link to Minimal Reproduction https://visactor.com/vtable/demo/edit/edit-cell ### Steps to Reproduce 1.设置触发为双击editCellTrigger: 'doubleclick', 2.双击触发输入状态 3.此时不可以输入内容,进行增删 4.再次点击输入框才能对内容进行增删 ### Current Behavior 需要再次点击输入框才能对内容进行增删 ### Expected Behavior 无需再次点击输入框,直接输入即可 ### Environment ```markdown -...

bug

### Version 1.17.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo-react/custom-layout/cell-custom-layout-dom ### Steps to Reproduce 代码如下: // import * as ReactVTable from '@visactor/react-vtable'; const { useCallback, useRef, useState } = React; const...

bug

### Version 1.0 ### Link to Minimal Reproduction [Bug] 官网AI问一个问题就死机 ### Steps to Reproduce [Bug] 官网AI问一个问题就死机 ### Current Behavior [Bug] 官网AI问一个问题就死机 ### Expected Behavior [Bug] 官网AI问一个问题就死机 ### Environment ```markdown -...

bug