VTable
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.
### 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 报错  ### Expected Behavior...
### 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
### 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...
### 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: -...
### Version 1.7.4 ### Link to Minimal Reproduction 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Steps to Reproduce 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Current Behavior 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Expected Behavior 轮播滚动问题 ---当使用透视表时,鼠标移入就会出现滚动问题 ### Environment ```markdown -...
[[中文版模板 / 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...
### 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...
### 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 =...
 如上提示,报错。 换一种方法,提示报错无法使用  
### What problem does this feature solve? 查阅文档并没有发现能支持多段的日期表示,希望能添加吧 ### What does the proposed API look like? 大概是用数组表示?