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...

vtable

### Version 1.5.3 ### Link to Minimal Reproduction [![Reproduction](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/vtable-bug-report-dd9pfl?file=%2Fsrc%2Findex.ts%3A48%2C5) ### Steps to Reproduce `columns` 和 `data` 配置为空时即可复现 ### Current Behavior ![image](https://github.com/user-attachments/assets/8127a48f-5e43-4ff0-8896-af71a5e12d81) ![image](https://github.com/user-attachments/assets/e489fd18-48f0-4df4-ad24-46b4e0958759) ### Expected Behavior 1. 水平并且垂直居中展示 2. 或提供居中对齐的 API...

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

### Version . ### Link to Minimal Reproduction . ### Steps to Reproduce . ### Current Behavior . ### Expected Behavior . ### Environment ```markdown - OS: - Browser: -...

bug

代码如下: ` import { onMounted, ref, shallowRef } from "vue"; import { PivotTable } from "@visactor/vtable"; const pivotTableRef = ref(); const tableInstance = shallowRef(); const records = [ { "S_NORMITEM1":...

导出功能能否增加添加页眉页脚功能。当前页数,共多少页等。

自定义编辑器时,使用h函数定义了一个日期组件,显示出来的日期是英文,如何设置为中文

### What problem does this feature solve? 项目中引入了以下组件模块: import { ListTable, Menu, Tooltip } from '@visactor/react-vtable'; import { data, register, themes } from '@visactor/vtable'; 打包结果如下: ![analysis](https://github.com/user-attachments/assets/688330c0-e068-4291-a783-19ca3823d13d) ### What does the...

feature

### What problem does this feature solve? ![image](https://github.com/VisActor/VTable/assets/3468473/8cf141fc-3566-4050-85f9-ded02baeed66) use this feature can write this demo ### What does the proposed API look like? 1

good first issue
feature
tutor

### Version 1.5.3 ### Link to Minimal Reproduction VTable.themes.DARK 暗色主题排序按钮不可见 ### Steps to Reproduce 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...

bug