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

[[中文版模板 / 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
test
jest
bundler
eslint
docs
typescript
vtable

[[中文版模板 / 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 * ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-bug-report-dd9pfl?file=%2Fsrc%2Findex.ts%3A57%2C11 ### Steps to Reproduce 1.换掉sort图标 2.设置 autoWrapText, heightMode, autoFillWidth 3.缩小列的宽度, 使文字换行, header高度变大 4.放大列的宽度, 使文字变回一行, header高度没有还原 ### Current Behavior 列宽还原后,header的高度没有还原 ### Expected...

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.5.4 ### Link to Minimal Reproduction -1 ### Steps to Reproduce ![img_v3_02dj_d9170264-e3c0-4516-9e27-9a89fe15b63g](https://github.com/user-attachments/assets/8b0cc9b5-b704-42de-bcb3-e01b3f774741) ### Current Behavior -1 ### Expected Behavior -1 ### Environment ```markdown - OS: - Browser: -...

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
docs
vtable

### Version 1.5.4 ### Link to Minimal Reproduction -1 ### Steps to Reproduce ![img_v3_02di_83e94887-b5f0-4c6b-931c-b12bf7f9d1eg](https://github.com/user-attachments/assets/710794b7-6007-4eca-8a2d-fe50ffe9e69c) ![img_v3_02di_88a1f54b-2bb0-4e6f-ae8f-aacb553a0e6g](https://github.com/user-attachments/assets/b82cd465-a4fc-4f55-84d5-d670f561d6d4) ### Current Behavior const option = { "indicators": [ { "indicatorKey": "col_fld_tmp_zb_2", "chartSpec": { "categoryField":...

bug

### Version 1.5.4 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/cell-type/checkbox ### Steps to Reproduce //配置 const option = { records, columns, select: { disableHeaderSelect: true, }, dragHeaderMode: 'column', hover: { highlightMode:...

bug

### Version 1.5.3 ### Link to Minimal Reproduction https://codesandbox.io/embed/9kw2g6?view=editor+%2B+preview&module=%2Fsrc%2Findex.ts ### Steps to Reproduce 1. columns 任意一项设置 headerIcon 即可复现 ### Current Behavior 鼠标 Hover 到 icon 时的反馈热区位置不正确 https://github.com/user-attachments/assets/f41d1628-e54a-4fc9-95fe-2127fcb90082 ### Expected Behavior...

bug

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

feature