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.5.0 ### Link to Minimal Reproduction 已提供 ### Steps to Reproduce 渲染表格后,连续点击表头sort按钮,1-3次, 自定义渲染部分失效 ### Current Behavior sort 影响自定义渲染 ### Expected Behavior 点击sort 不应该影响自定义渲染 ### Environment ```markdown - OS:...

bug

### Version 1.5.2 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/admiring-oskar-d5rx4k?file=%2Fsrc%2Findex.ts%3A45%2C17 ### Steps to Reproduce 官方示例也存在此问题 ``` customLayout: (args) => { const { table, row, col, rect } = args const {...

bug

### What problem does this feature solve? rt ### What does the proposed API look like? option.formatCopyValue

feature

### Version 1.5.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/table-type/list-table-tree ### Steps to Reproduce 1. 树形表格筛选功能,根据字符串搜索所有数据并展示搜索到的数据,无论父子级。 ``` tableInstance.updateFilterRules([{ filterFunc: (record) => { console.log(record); // 这里只能获取到父级数据 return record && (record.group && record.group.includes('Group'));...

feature

### What problem does this feature solve? 解决单元格内容进行拖拽,即转移数据的问题。 在业务中通常为对已有内容进行修改位置,或从其他地方拖动转入,以获取更加合理的安排计算 ### What does the proposed API look like? ## 实现功能 类似excel,对单元格内容进行调整。同时支持其他地方的内容放置到单元格中(即获取鼠标松开事件的单元格) ## 当前方案 获取鼠标按下与松开事件,修改鼠标样式,同时对hover与移入移出事件做处理,完成拖拽事件 ## 当前方案的不足 hover在鼠标按下状态时无法默认触发(可能需要手动触发) ## 功能优化 添加API: 添加类excel的小手或move鼠标样式进行允许拖动的操作

feature

### What problem does this feature solve? 1. 监听行数据变化事件:监听行筛选或变化事件,并新增api可获取到当前表格显示的行数据; 2. 监听列数据变化事件:监听列显隐或变化事件。 ### What does the proposed API look like? 希望可以支持监听行数据和列数据变化的事件

good first issue
feature

### Version 1.5.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/tender-thunder-xfqh4w?file=%2Fsrc%2Findex.html ### Steps to Reproduce 1. 点击顶部漏斗图标 2. 滚动弹出的span list 3. list无法滚动,触发表格滚动 ```javascript import "./styles.css"; import { ListTable, register, TYPES } from...

bug

### Version 1.5.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-export-umd-forked-c33q9r?file=%2Fsrc%2Findex.ts%3A78%2C1 ### Steps to Reproduce mac触摸板放大,图片模糊 ### Current Behavior ![image](https://github.com/user-attachments/assets/069217d7-e988-481b-9c66-4ce119f2ca03) 图片模糊 ### Expected Behavior 图片高清适配 ### Environment ```markdown - OS: - Browser:...

bug
good first issue

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

bug

我需要在排序icon后面显示数值 ![image](https://github.com/user-attachments/assets/3e2a59a7-a5c7-4048-b376-f78f946aa6e2) 像上面这样