一步

Results 7 issues of 一步

**问题描述** 在 360 浏览器即速模式下,特定场景 svg 下,设置svg height 100%,不能占满父元素空间,导致元素显示不完整 ![image](https://user-images.githubusercontent.com/23130670/140692404-623334a9-1394-45fd-8024-46ef3589d500.png) **最简复现demo** demo 地址:https://github.com/Yang-yibu/logicflow_vue_demo/ 问题版本:1cda0308 访问地址:http://localhost:8081/logic-flow/#/bpm

compat

代码如下: ```js // src\recycle-view.js upperThreshold: { type: Number, value: 50, public: true, }, ```

### Version 0.25.4 ### Link to Minimal Reproduction https://visactor.io/vtable/demo/table-type/list-table-tree ### Steps to Reproduce 1. 官方 listTable 示例,使用 tableInstance.addRecords addRecord API 添加数据,如果数据中带有 children 数据,children 内数据添加不上 ### Current Behavior 子元素添加不成功 ### Expected...

feature

### What problem does this feature solve? 我们需要根据当前选中的单元格,对一些操作作出限制,页面如下 ![image](https://github.com/VisActor/VTable/assets/23130670/5216252d-38cc-4cf4-bebe-e6cd2aed5530) 现在鼠标意外点击了 Table 意外的区域时,上边的按钮状态显示不正确 或者仿照Excel Table 的交互默认选择 body 区域的第一个单元格,整个 body 区域最少选择一个单元格 ### What does the proposed API look like? 可以单独提供一个事件监听:SELECTED_CANCEL 事件;或者 SELECTED_CELL...