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.19.9 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/basic-functionality/pagination ### Steps to Reproduce 1.https://visactor.io/vtable/demo/basic-functionality/pagination 2. 3.当切换第二页后 来拖动行 仍会改变第一页的数据 即分页后拖动行不生效 4. 5.并且rowSeriesNumber中 设置后field字段不生效 ### Current Behavior https://visactor.io/vtable/demo/basic-functionality/pagination ### Expected Behavior https://visactor.io/vtable/demo/basic-functionality/pagination...
## 点击排序,没有按照预想的逻辑显示。 ``` 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 ID', title: 'Order ID', width: 'auto', showSort: true }, { field:...
### Version 1.20.0 ### Link to Minimal Reproduction na ### Steps to Reproduce na ### Current Behavior ### Expected Behavior no error ### Environment ```markdown - OS: - Browser: -...
### Version @visactor/vtable: 1.19.9 @visactor/vue-vtable: 1.19.7 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/viscator-vtable-vue-demo-compilation-forked-dnz4qj ### Steps to Reproduce 相关代码路径:src/components/table/listTable/ListTable.vue ### Current Behavior 在自定义编辑器类无法满足的情况下使用edit插槽,普通列单元格可以正常渲染,但是处于分组下的单元格无法渲染。如下图: ### Expected Behavior 单元格插槽正常渲染 ### Environment ```markdown - OS:macOS...
### Version lastest and( v1.19.3) ### Link to Minimal Reproduction https://codesandbox.io/p/devbox/vtable-list-table-forked-hwyy9x?workspaceId=ws_K7v5C97Vyk7KfPKrTjA987 ### Steps to Reproduce 1. 调用删除接口 tableInstance.deleteRecords(rows), 删除200条数据(比如0-200) 2. 观察页面,有明显白屏闪动, (codesandbox中更加明显) ### Current Behavior 删除200行有明显白屏闪烁 ### Expected Behavior 没有闪烁,和新增200的效率record表现一样...
### Version 最新版本 ### Link to Minimal Reproduction 暂无 ### Steps to Reproduce 自定义下拉选择器,想使用antd的select接入。用官方例子做的修改,官方例子使用的是arco-design/web-react,没有问题,但是antd的select,选完选项就会触发失去焦点事件 `import ReactDom from 'react-dom/client'; import { Select } from 'antd'; import { IEditor } from '@visactor/vtable-editors';...
### What problem does this feature solve? 希望可以实现,当时间刻度单位为hour时,可以自定义下显示的时间,如凌晨 0 点-早上 8 点可不显示。 具体可参考: https://fullcalendar.io/docs/slotMinTime ### What does the proposed API look like? https://fullcalendar.io/docs/slotMinTime
### Version @visactor/vue-vtable": "^1.19.3" ### Link to Minimal Reproduction const tableOptions = ref ### Steps to Reproduce const tableOptions = ref({ header: [ { field: "0", caption: "名称" }, {...
### What problem does this feature solve? 如下图是demo设置autoFillHeight: true,heightMode: 'adaptive'的效果。实际想要的效果就是表格的高度保持跟外层canvas的高度一致,但是每一条item的高度并不需要自适应拉伸撑满整个表格。 这样用户在切换数据源时,整个表格不会有跳动感。 想要的效果如下: ### What does the proposed API look like? heightMode: 'adaptive', heightMode: 'standard'
### Version 1 ### Link to Minimal Reproduction https://visactor.com/vtable/demo/table-type/pivot-chart-scatter 官网这个示例行表头应该 有一层表头在才对 ### Steps to Reproduce 1 ### Current Behavior 1 ### Expected Behavior 1 ### Environment ```markdown - OS: -...