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.
### What problem does this feature solve? 展示类表格,单元格需要支持动画,官方目前可否有方案能实现? 大致效果如下图  ### What does the proposed API look like? 能否通过扩展插件接入?
### Version * ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-export-umd-forked-v22qtc?file=%2Fsrc%2Findex.ts%3A56%2C11 ### Steps to Reproduce ``` tableInstance.on(ListTable.EVENT_TYPE.CONTEXTMENU_CELL, (args) => { console.log("contextmenu_cell", args); }); ``` ### Current Behavior PC端右键单元格能触发绑定事件, 移动端长按无法触发. ### Expected Behavior...
### What problem does this feature solve? tooltipStyle 可以配置边框样式 ### What does the proposed API look like? export type TooltipStyle = { fontFamily?: string; fontSize?: number; color?: string; padding?: number[];...
### What problem does this feature solve? 目前点击点击单元格会选中单元格,但是不希望拖拽选选中多个单元格,希望能够支持通过配置项设置满足多选和单选的需求 ### What does the proposed API look like? select: { disableMultipleSelect: true }
### What problem does this feature solve? 目前列表懒加载过程中比较空白,希望加入骨架屏 ### What does the proposed API look like? 暂无
### Version ^0.17.10 ### Link to Minimal Reproduction https://visactor.io/vtable/guide/components/dropdown ### Steps to Reproduce  ### Current Behavior dropdown_menu_click 监听事件 setDropDownMenuHighlight([cells]) 设置选中态 其他选中态异常 ### Expected Behavior 其他选中态 取消选中 ### Environment ```markdown...
### What problem does this feature solve? How to display multiple field sorting, currently displaying the data in the database, the results might be sorted based on multiple fields, currently...
### What problem does this feature solve? 每一列根据不同的内容合适的宽度是不一样的, 如果设置 maxWidth 的话, 用户自由调整的时候就没办法超过 maxWidth 了. 如果支持设置 limitMaxAutoWidth 的话, 就可以实现设置默认最大宽度的同时, 用户还可以自由调整. ### What does the proposed API look like? ``` columns: [...
### What problem does this feature solve? 复制粘贴时复制行数超过起始到末尾行数则多出部分行自动在尾部新增,比如复制了10行,实际粘贴起始到末尾只剩下5行,剩下的5行自动在尾部新增 ### What does the proposed API look like? 暂无
### What problem does this feature solve? 例如只显示下图中‘看数’或‘问数’单元格里的折线图  ### What does the proposed API look like? 两种实现方案均可: 1. 可以在需要隐藏的图表上加一层蒙版,效果可以根据蒙版透明度部分显示或全部不显示 2. 可以在需要隐藏的图表实例不渲染 设计稿待交互设计完成补充