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 ### Link to Minimal Reproduction 1 ### Steps to Reproduce this.table.registerCustomCellStyle('row-highlight', { bgColor: '#82b2f5', color: 'yellow' });  带有icon的单元格文本颜色 color无法生效 行序号列的文本颜色不能生效 ### Current Behavior 1 ### Expected...
### Version 1.17.2 ### Link to Minimal Reproduction / ### Steps to Reproduce 使用自定义渲染任务条 taskBar: { startDateField: 'startDate', endDateField: 'endDate', progressField: 'progress', labelText: '{student.name}', labelTextStyle: { // fontFamily: 'Arial', fontSize:...
### Documentation Title or Section 挺好的产品, 能不能把文档写的详细些? 天天进去查源码么? 就拿updateFilterRules来说,官方文档一共就几行文字 ### Issue Description or Suggestion 挺好的产品, 能不能把文档写的详细些? 天天进去查源码么? 就拿updateFilterRules来说,官方文档一共就几行文字
### Version 1.17.2 ### Link to Minimal Reproduction deleteLink 这个删除方法怎么不生效,调用完图表对应的依赖线就会移出嘛 ### Steps to Reproduce let link = { type: 'start_to_start', linkedFromTaskKey: '67', linkedToTaskKey: '683031899190464512' } ganttInstance.value.deleteLink(link) 创建依赖也是这个数据,我简单测试了一下,我这样写的不生效 ### Current Behavior...
### What problem does this feature solve? 支持监听表格实例的 resize 变化,可通过传入回调定制表格实例 resize 过程中的响应操作。 可能触发表格实例 resize 的场景: 1. 拖动画布改变图表宽高 2. 浏览器宽高变化,分辨率改变 3. 画布新增图例,label 等影响布局的组件 4. ...... ### What does the proposed API...
### Version 1.17.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/custom-render/custom-merge-layout ### Steps to Reproduce 合并单元格插入图片,拖动row调整图片高度 https://github.com/Tang-CN/Bug/blob/main/bug312.png ### Current Behavior 图片变形 ### Expected Behavior 图片宽高自适应 ### Environment ```markdown - OS: - Browser:...
### What problem does this feature solve? 目前导出时,表头直接就是列,是否可以在上方增加大标题配置呢? ### What does the proposed API look like? ```javascript header: { style: { fontSize: '24px', font-family: '微软雅黑', text-align: 'center', font-weight: 'bold' },...
### What problem does this feature solve? 模块按需引入,但是打包的时候未使用的模块也打包到项目中了。 import { ListTable, Menu, Tooltip } from '@visactor/react-vtable'; import { data, register, themes } from '@visactor/vtable';  ### What does the proposed...
### What problem does this feature solve? 页面初始化,设置document.body.style.zoom=1.5,表格格子无法正确选中,鼠标悬浮和实际位置不一致  ### What does the proposed API look like? 无
### What problem does this feature solve? ### What does the proposed API look like? { valueInCols: true }