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.
## 🐛 fix - **@visactor/vtable**: fix richtext icon update #2281
[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...
### What problem does this feature solve? select-outsideClickDeselect: true 开启后 鼠标选择区域 向上 或向下滑动选择后 松开鼠标左键 会触发取消选中;是不是把抬起事件触发取消选择取消掉更合理点? ### What does the proposed API look like? -
[[中文版模板 / Chinese template](https://github.com/VisActor/VTable/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...
### Version 1.7.7 ### Link to Minimal Reproduction no link ### Steps to Reproduce  ### Current Behavior 图片跨域了 无法正确的加载出来 ### Expected Behavior 我尝试找源码修复 但是没有找到 好像在其他的包 node_modules里面 ### Environment ```markdown...
### Version 1.7.7 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 1、构建一个columns长度为10000的,records长度为1的表格,构建过程约为5s 2、使用updateColumns方法更新它的columns的部分值,columns长度不变,更新过程约25s ### Current Behavior 1、更新过程的时间比创建过程要慢很多 ### Expected Behavior 1、更新过程的时间不高于创建过程 ### Environment ```markdown - OS: - Browser:...
### 🤔 This is a pr for corner custom feature - [x] corner support customLayout and customRender - [x] add two custom corner demo ### 🔗 Related issue link -...
### Version 1.7.8 ### Link to Minimal Reproduction 无链接 ### Steps to Reproduce const generatePersons = i => { return { id: i + 1, email1: `${i + 1}@xxx.com`, name:...
### Version 1.8.0 ### Link to Minimal Reproduction - ### Steps to Reproduce 复现步骤: 例如 1.高度设置了 400px (高度非必需 只是容易复现) 100 条数据 2.把 y滚动条 滚动到 还剩 10 条左右数据没展示出来的位置 3.这时界面上随便左键选中 然后鼠标往下滑动 不会触发...