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.3 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/interaction/copy-paste-cell-value ### Steps to Reproduce 在firefox和safari访问,拉选复制,报错 主要是这行代码:navigator.permissions.query({ name: 'clipboard-write' as PermissionName }) clipboard-write 在这两个浏览器不存在 ### Current Behavior 报错 ![Image](https://github.com/user-attachments/assets/ce3b9eb5-5c38-44af-a90e-2038efd40269) ### Expected Behavior...

bug

### What problem does this feature solve? 通过鼠标中键实现对滚动条的控制 [视频.webm](https://github.com/user-attachments/assets/fd3c424a-70d5-45e0-9d69-8643327c9f66) ### What does the proposed API look like? default

feature

### Version latest ### Link to Minimal Reproduction ### Steps to Reproduce bug server case id: 67ff7776b8637b00a7a32290 ### Current Behavior bug server case id: 67ff7776b8637b00a7a32290 ### Expected Behavior bug server...

bug
bp

### Version 1.17.4 ### Link to Minimal Reproduction 报错 ### Steps to Reproduce https://codesandbox.io/p/sandbox/vtable-bug-report-dd9pfl ### Current Behavior 报错 ### Expected Behavior 不报错 ### Environment ```markdown - OS: - Browser: -...

bug

### Version 1.7.4 ### Link to Minimal Reproduction 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Steps to Reproduce 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Current Behavior 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Expected Behavior 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Environment ```markdown -...

bug

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

chore
vtable

### Version 1.0 ### Link to Minimal Reproduction [Bug] 添加分页后,导出只能导出当前的表格页内容 ### Steps to Reproduce [Bug] 添加分页后,导出只能导出当前的表格页内容 分页代码 function createPagination(totalPages, currentPage) { if (document.getElementById('pagination-container')) { document.getElementById('pagination-container') .parentElement.removeChild(document.getElementById('pagination-container')); } // 创建一个style元素来添加CSS样式 const...

bug

### Version @visactor/react-vtable": "^1.17.6" ### Link to Minimal Reproduction none ### Steps to Reproduce import { ListTable } from '@visactor/react-vtable'; import React from 'react'; function CheckboxDemo() { const columns =...

bug

![Image](https://github.com/user-attachments/assets/80440cc8-25cc-417b-8b8b-ef9033f956c4) 如上提示,报错。 换一种方法,提示报错无法使用 ![Image](https://github.com/user-attachments/assets/a1d5eb1d-2822-44c7-9304-aa3d2999883c) ![Image](https://github.com/user-attachments/assets/8d3f59f5-fac2-41d5-90e8-b7aff71646de)

### What problem does this feature solve? 查阅文档并没有发现能支持多段的日期表示,希望能添加吧 ### What does the proposed API look like? 大概是用数组表示?

feature