zhiaiing
zhiaiing
### Version 1.17.4 ### Link to Minimal Reproduction https://www.visactor.com/vtable/demo/interaction/move-row-position?version=1.17.4 ### Steps to Reproduce  ``` let tableInstance; fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American_Superstore_data.json') .then(res => res.json()) .then(data => { const columns = [ { field:...
### Version 1.70.2 ### Link to Minimal Reproduction https://visactor.io/vtable/demo-react/custom-layout/cell-custom-layout-dom?version=1.17.2 ### Steps to Reproduce 代码如下: ``` // import * as ReactVTable from '@visactor/react-vtable'; const { useCallback, useRef, useState } = React;...
### Version 1.17.1 ### Link to Minimal Reproduction https://visactor.io/vtable/demo-react/component/menu ### Steps to Reproduce 代码如下: const records = new Array(1000).fill(['John', 18, 'male', '🏀']); const root = ReactDom.createRoot(document.getElementById(CONTAINER_ID)); root.render( { console.log('onDropdownMenuClick', args);...
### Version 1.17.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/react-dev-forked-9tpl65 ### Steps to Reproduce 合并单元格 鼠标在合并单元格区间来回移动onMouseEnter onMouseLeave触发多次 ### Current Behavior 合并单元格 鼠标在合并单元格区间来回移动onMouseEnter onMouseLeave触发多次  ### Expected Behavior onMouseEnter onMouseLeave 只在进入 移出时触发...
### Version 1.17.0 ### Link to Minimal Reproduction https://visactor.io/vtable/demo-react/custom-layout/cell-custom-layout-dom ### Steps to Reproduce 代码如下: // import * as ReactVTable from '@visactor/react-vtable'; const { useCallback, useRef, useState } = React; const...