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 "@visactor/vtable": "^1.17.0", "@visactor/vtable-gantt": "^1.17.0", ### Link to Minimal Reproduction https://gitee.com/songtonngxue/vue3-element-plus-vue/blob/master/src/views/gantt/index.vue ### Steps to Reproduce ```vue 工单甘特图 import { ref, onMounted } from "vue"; import { Gantt } from...
[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...
[[中文版模板 / 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.17.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-custom-rendering-sgtqj8?file=%2Fpackage.json%3A11%2C27-11%2C33 ### Steps to Reproduce  ### Current Behavior 自定义一个渲染列,通过 onMouseEnter addState 时,鼠标上下移动到不同行,underline 渲染错误 ### 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 ... - [x] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...
### What problem does this feature solve? [支持字段拖拽、显隐、打印、统计维度分组,参考链接:](https://js.devexpress.com/jQuery/Demos/WidgetsGallery/Demo/PivotGrid/ExcelJsHeaderAndFooter/MaterialBlueLight/)  ### What does the proposed API look like? 1
### Version 1.18.0 ### Link to Minimal Reproduction https://www.visactor.io/vtable/demo/edit/edit-cell?version=1.18.0 ### Steps to Reproduce 无 ### Current Behavior 滚动表格,浏览器控制台报错  ### Expected Behavior 修复报错 ### Environment ```markdown - OS: - Browser:...
### What problem does this feature solve? 甘特图开启填充柄配置 excelOptions: {fillHandle: true}后, 之后table部分有填充柄的功能,甘特图的表格部分不能用填充柄,能否支持甘特图也可以用填充柄,使用填充柄选定时间范围创建任务?目前创建任务只能点击单个单元格,但是CREATE_TASK_SCHEDULE的事件中是定义了endDate,这个endDate在什么情况是在什么情况下会有值,我点击单元格创建的时候,event的值中只有startDate是当前单元格的时间,并没有endDate这个参数 ### What does the proposed API look like? 希望在甘特图上有填充柄的形式创建任务
### What problem does this feature solve? 现阶段有导入excel功能的需求,看了下vtable官方文档只找到了导出功能的介绍,自己处理会有一下格式、样式的差别,可能和vtable格式不太一致,或者说有相关实例可以参考吗? ### What does the proposed API look like? 希望有相关实例参考,能够导入excel格式文件,且支持vtable实例展示
### Version ^1.17.6 ### Link to Minimal Reproduction none ### Steps to Reproduce { field: 'check', title: '', width: 60, headerType: 'checkbox', cellType: 'checkbox', headerStyle: { textAlign: 'center', }, style:...