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

### What problem does this feature solve? 使用图元自定义的时候 希望增加个参数配置 可选 是否开启或关闭触发表格的框选交互。 ### What does the proposed API look like? 使用图元自定义的时候 希望增加个参数配置 可选 是否开启或关闭触发表格的框选交互。

feature

### What problem does this feature solve? 俩个指标,开启了小计和总计 我需要隐藏某个指标的小计和总计 ### What does the proposed API look like? [ ![Uploading 1.png…]() ](url)

feature

![Video_20240912095357 00_00_00-00_00_30~2](https://github.com/user-attachments/assets/bfbe9f38-7d05-4cc2-b33d-f02946597e91) 1.分组时在指定行插入数据行,数据应该如下图所示 ![image](https://github.com/user-attachments/assets/0cc694f6-eaaf-4eb2-a004-5e366137583d) 2.删除行不生效 3.右键菜单点击组件才会消失,在组件外点击不会自动消失 源文件[test.zip](https://github.com/user-attachments/files/16972438/test.zip)

### Version 1.5.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-export-umd-forked-9dv7nc?file=%2Fsrc%2Fapp.ts%3A162%2C34 ### Steps to Reproduce 添加 rowSeriesNumber customMergeCell 合并整行 ### Current Behavior 序号单元格与合并整行的单元格共用渲染逻辑 ![image](https://github.com/user-attachments/assets/344ecb10-f425-4cd1-9dcd-09d9e601f59b) ### Expected Behavior 我想做分组数据,如果我合并从序号列开始,会有拖拽手柄,但是我不想他拖拽,也不想这组里面的数据拖拽到其他组; 目前拖拽需求是满足的,只是这个渲染会影响我的需求,我想要的效果如下图 ![image](https://github.com/user-attachments/assets/a9e4e5b3-7a66-4bb2-95b5-14c768449eb9) ### Environment...

bug

### Version 1.7.4 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/hrg96s?file=%2Fsrc%2FApp.tsx%3A71%2C1 ### Steps to Reproduce 使用图元 tooltip弹出层样式没有继承过来 样式还是默认白色背景 ### Current Behavior 使用图元 tooltip弹出层样式没有继承过来 样式还是默认白色背景 ### Expected Behavior 使用图元 tooltip弹出层样式没有继承过来 样式还是默认白色背景 ### Environment...

bug

### What problem does this feature solve? 希望增加百分比计算(当然在一定的数量级之内,比如10万行数据以内),类似于excel 功能,虽然后端可以实现这样的功能,有时候总归不太方便 ### What does the proposed API look like? ![image](https://github.com/user-attachments/assets/f77e1850-0491-420d-8756-1f57476c0b37) 类似于excel 这里的占比公式。

feature

### What problem does this feature solve? 合并单元格高度过高,tooltip默认在单元格下沿显示,可能出现tooltip无法显示 ### What does the proposed API look like? -

feature

### Version 1.60 ### Link to Minimal Reproduction 暂无,本地运行 ### Steps to Reproduce ![图片](https://github.com/user-attachments/assets/3c5943d4-479c-4702-8ca9-96128ad1879d) 导出excel数据表 ### Current Behavior [Bug]冻结列数据后 导出excel表格,出现滚动问题,拖动右下滚动条,多余的数据则会在图的左侧小部分区域滚动 ### Expected Behavior 希望多出的数据,能正常滚动 ### Environment ```markdown - OS:win11 -...

bug

![image](https://github.com/user-attachments/assets/100110c0-12c6-4e70-8ed6-656a24d43c70) 是否可以给表头增加一行用来配置【查询条件】功能类似表单 ,目前的多行表头 只要是可编辑的话 会影响原来的 排序 固定 等功能

Hi VTable Team I am evaluating vtable to see if this will work for our usecase. I am impressed with the responsiveness and speed ! I have a further noob...