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.
[[中文版模板 / 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.5.3 ### Link to Minimal Reproduction [](https://codesandbox.io/p/sandbox/vtable-bug-report-dd9pfl?file=%2Fsrc%2Findex.ts%3A48%2C5) ### Steps to Reproduce `columns` 和 `data` 配置为空时即可复现 ### Current Behavior   ### Expected Behavior 1. 水平并且垂直居中展示 2. 或提供居中对齐的 API...
[[中文版模板 / 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 . ### Link to Minimal Reproduction . ### Steps to Reproduce . ### Current Behavior . ### Expected Behavior . ### Environment ```markdown - OS: - Browser: -...
代码如下: ` 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'; 打包结果如下:  ### What does the...
### What problem does this feature solve?  use this feature can write this demo ### What does the proposed API look like? 1
### 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...