VTable icon indicating copy to clipboard operation
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.

Results 455 VTable issues
Sort by recently updated
recently updated
newest added

### 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? ![img_v3_029a_876561fa-aea2-4b38-a812-30ec6b791e6g](https://github.com/VisActor/VTable/assets/6105390/2ef137cb-853c-494d-a884-76930062a80e) ### What does the proposed API look like? 类似浏览器 HTML 滚动条的效果

选中的效果: 四个顶角, 都有缝隙, 也许可以优化. 极低优先级 ![Image](https://github.com/VisActor/VTable/assets/49136199/e8e80f43-62f2-4508-bbf3-d83aafda5dcd)

bug
bp

### 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? ![image](https://github.com/VisActor/VTable/assets/86899601/a1c17f11-5b3f-4ab5-aa18-ab480355f79b) 目前使用updateTheme Api更新主题实现行高亮效果,但是当数据量多了之后,需要等待很长时间才能响应 ![image](https://github.com/VisActor/VTable/assets/86899601/23c75bb6-6829-4588-a18d-f770f933de7e) 两万多条数据的时候 等待了40秒才响应 测试过vtable默认的选中api实现框线,响应也很慢 ### What does the proposed API look like? 希望能传入一个List,快速高亮某些行数据,实现行选中行效果

### What problem does this feature solve? ![img_v3_0295_69e8bb0e-7010-4820-b30f-17669a2e9fag](https://github.com/VisActor/VTable/assets/72694814/34c4b897-4161-4375-a948-887ff411fd39) ### What does the proposed API look like? 1

### Version 0.21.2 ### Link to Minimal Reproduction any ### Steps to Reproduce ![img_v3_0294_856b50d1-3091-41b1-bda5-2f0d7b251chu](https://github.com/VisActor/VTable/assets/18249275/6c756ac3-ea15-417f-8cdd-249cf41d0db3) ### Current Behavior Can't see the icon ### Expected Behavior Can see the icon ### Environment...

refactor

新增滚动到底部事件及增加滚动条保持显示到canvas边界的配置