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.7.2 ### Link to Minimal Reproduction none ### Steps to Reproduce option > theme > checkboxStyle > disableFill属性设置无效 ### Current Behavior ```js const option = { records, columns,...
### What problem does this feature solve? 导出指定的行和列 ### What does the proposed API look like? 1
### What problem does this feature solve? TooltipStyle需要增加边框样式 ### What does the proposed API look like? TooltipStyle需要增加边框样式
### What problem does this feature solve? 当前业务有很多地方需要自定义单元格,现在只能通过给定的组件去写customLayout或者 customRender,定义起来比较麻烦 > ### What does the proposed API look like? 新增一个 类似 customJsxLayout 的方法或者再原来的customLayout进行拓展,可以返回vue或者react组件
### What problem does this feature solve? 比如左侧任务信息列表是工厂车间组,右侧任务希望可以上下切换到其它车间去完成任务 ### What does the proposed API look like? 期望有一个可以跨行拖动的api
### What problem does this feature solve? showTooltip过于原始,我只关心目前鼠标停留在哪一行,哪个字段上,然后根据这个信息去自定义要显示的信息,这个信息可能来源于未展示字段,综上: 1.columns定义处增加tooltipFormat类似于fieldFormat 2.优化现有showTooltip事件 ### What does the proposed API look like? showTooltip过于原始,我只关心目前鼠标停留在哪一行,哪个字段上,然后根据这个信息去自定义要显示的信息,这个信息可能来源于未展示字段,综上: 1.columns定义处增加tooltipFormat类似于fieldFormat 2.优化现有showTooltip事件
### What problem does this feature solve? 建议增加数据过滤栏 ### What does the proposed API look like?  如图所示,功能包含所有字段过滤,单个字段过滤,多条件组合过滤,组合条件保存书签等
### Version 1.5.6 ### Link to Minimal Reproduction 在react17的项目中使用@visactor/react-vtable ### Steps to Reproduce 在react17的项目中使用@visactor/react-vtable ### Current Behavior 在vtable-react-attribute-plugin.ts中使用了ReactDom.createRoot,这个API只有react18才有。和官网文档中描述的环境要求(react 16.0+)不一致,https://visactor.io/vtable/guide/Developer_Ecology/react。 ### Expected Behavior 支持react18以下 ### Environment ```markdown - OS: - Browser:...
我有一个10*15的表格,配置了行序号,如下图所示:  当我配置transpose属性为true后,行序号没有变成列序号,如下图所示:  此时就相当于有两个行序号了,有没有办法可以把行序号也转置成列序号呢?