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 https://visactor.io/vtable/demo/performance/async-data ### Steps to Reproduce 移动端特有的问题,理论上任意表格都能复现, 1. 长按一个单元格,1秒后会选中,但是我们不要等1秒,选中前轻微移动手指并停止(不要触发浏览器滚动) 2. 手指不要松开,再次移动,就会出现单元格重叠 ### Current Behavior ![image](https://github.com/user-attachments/assets/d0161b50-5a6f-4563-9106-d015b7883c36) ### Expected Behavior ![image](https://github.com/user-attachments/assets/75cac64d-d2da-481b-b958-fef9c3b0b3b4) ### Environment ```markdown -...

bug

### What problem does this feature solve? - ### What does the proposed API look like? -

[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a feat: add menu font customization - [ √] New feature - [ ] Bug fix - [ ] TypeScript definition update...

vtable

### Version 1.5.0 ### Link to Minimal Reproduction https://applink.feishu.cn/client/message/link/open?token=AmU%2FQqHXB0ADZphzUZIFAAM%3D ### Steps to Reproduce 1. 添加链接中配置项 2. 将图表type设置为scatter ### Current Behavior 图表展示不出来 ### Expected Behavior 图表可以正常展示 ### Environment ```markdown - OS:windows...

bug

复现步骤: 1. 打开官网示例 [官网示例-选择单元格](https://visactor.io/vtable/demo/interaction/select) 2. 使用如下代码 ``` let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_data.json') .then(res => res.json()) .then(data => { const columns = [ { field: 'Order ID', title: 'Order ID', width: 'auto' },...

bug
good first issue

![image](https://github.com/user-attachments/assets/ca876960-7071-495d-ab76-b0b3c10c54cf) The phone number is partially hidden,when click icon can show all。You can see how this example is written: ![image](https://github.com/user-attachments/assets/8ffbb9e9-1a77-427a-92d5-5fd0391741c0)

good first issue
demo

![image](https://github.com/user-attachments/assets/b2cb6ece-092f-4004-85ba-4540403c7027)

good first issue
demo

### Version https://unpkg.com/@visactor/vtable/dist/vtable.min.js ### Link to Minimal Reproduction 1 ### Steps to Reproduce 参照标题 ### Current Behavior hover效果不对 ### Expected Behavior 有固定行时,hover效果正确 ### Environment ```markdown - OS: - Browser: -...

bug

![image](https://github.com/user-attachments/assets/d9df858f-6a91-4b33-8205-d38a30e82ec7)

good first issue
demo

### What problem does this feature solve? 在某些业务场景中,需要设置hover颜色显示的权重高于select,比如下面的场景: [飞书话题链接](https://applink.feishu.cn/client/message/link/open?token=AmU%2FQqHXB0ADZpSXlqAJgBw%3D) ![1721013806937](https://github.com/user-attachments/assets/40a22840-3a56-49c0-9d79-279ecccb9055) ![1721013809058](https://github.com/user-attachments/assets/3fcbb081-09ce-40f2-b8fb-7db1a977f789) ### What does the proposed API look like? 希望可以支持hover/select颜色配置undefined,可以降级获取颜色值

feature