INCK
INCK
### Version 1.5.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-export-umd-forked-9dv7nc?file=%2Fsrc%2Fapp.ts%3A162%2C34 ### Steps to Reproduce 添加 rowSeriesNumber customMergeCell 合并整行 ### Current Behavior 序号单元格与合并整行的单元格共用渲染逻辑  ### Expected Behavior 我想做分组数据,如果我合并从序号列开始,会有拖拽手柄,但是我不想他拖拽,也不想这组里面的数据拖拽到其他组; 目前拖拽需求是满足的,只是这个渲染会影响我的需求,我想要的效果如下图  ### Environment...
### What problem does this feature solve? 避免多组数据插入到不同row时多次渲染 ### What does the proposed API look like? ```ts batchAddRecords(fn: (param: (records: any[], recordIndex?: number) => void) => void ) { fn(this.addRecords.bind(this))...
### Version 1.17.0 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/vtable-custom-rendering-sgtqj8?file=%2Fpackage.json%3A11%2C27-11%2C33 ### Steps to Reproduce  ### Current Behavior 自定义一个渲染列,通过 onMouseEnter addState 时,鼠标上下移动到不同行,underline 渲染错误 ### Expected Behavior 正常渲染 ### Environment ```markdown -...
### Version 1.17.0 ### Link to Minimal Reproduction empty ### Steps to Reproduce  ### Current Behavior   ### Expected Behavior 不发生错误 ### Environment ```markdown - OS: - Browser:...