[Bug] rowSeriesNumber 存在时,合并单元格,rowSeriesNumber 会重复渲染合并列内容
Open
@fangsmile is already working on this.
Since Aug 25, 2024.
bug
stale_issue
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
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
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.