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? 鼠标 hover 到单元格下边界可拖拽调整行高 ### What does the proposed API look like? rowResizeMode
### What problem does this feature solve? 导出表格到excel时,不能同时导出设置的表格标题,在用户使用时需要在导出后的文件再次设置标题,使用不是很方便,希望导出时能加上导出标题配置功能。 ### What does the proposed API look like? title:{ exportExcelShow: true }
### What problem does this feature solve?  ### What does the proposed API look like? 类似浏览器 HTML 滚动条的效果
选中的效果: 四个顶角, 都有缝隙, 也许可以优化. 极低优先级 
### What problem does this feature solve? 希望编辑表格支持单元格背景色区分只读、可编辑的、编辑未同步到后端的等一些状态信息,一目了然那些是输入区域,数据是修改未提交。 ### What does the proposed API look like? option可配置此类单元格的背景色
### What problem does this feature solve? 自定义单元格类型想设置一些自定义组件,现在是不可以的吗? ### What does the proposed API look like? 直接插入class类组件等
### What problem does this feature solve?  目前使用updateTheme Api更新主题实现行高亮效果,但是当数据量多了之后,需要等待很长时间才能响应  两万多条数据的时候 等待了40秒才响应 测试过vtable默认的选中api实现框线,响应也很慢 ### What does the proposed API look like? 希望能传入一个List,快速高亮某些行数据,实现行选中行效果
### What problem does this feature solve?  ### What does the proposed API look like? 1
### Version 0.21.2 ### Link to Minimal Reproduction any ### Steps to Reproduce  ### Current Behavior Can't see the icon ### Expected Behavior Can see the icon ### Environment...
新增滚动到底部事件及增加滚动条保持显示到canvas边界的配置