ant-design / ant-design

An enterprise-class UI design language and React UI library
https://ant.design
MIT License
91.94k stars 48.99k forks source link

[BUG:Table] when the table is paginated, the row data merge cannot be displayed properly #47945

Open hs-ltbyce opened 6 months ago

hs-ltbyce commented 6 months ago

Reproduction link

Edit on CodeSandbox

Steps to reproduce

-

What is expected?

-

What is actually happening?

when the number of rows I am merging is 4, and these 4 rows of data appear on 2 pages, the data on the second page cannot be merged correctly

Environment Info
antd 5.15.3
React ^18.2.0
System windows
Browser Chrome 122.0.6261.129
afc163 commented 6 months ago
图片
github-actions[bot] commented 6 months ago

Hello @hs-ltbyce. Please provide a online reproduction by forking codesandbox of antd@5.x or antd@4.x, or provide a minimal GitHub repository. Issues labeled by Need Reproduce will be closed if no activities in 3 days.

你好 @hs-ltbyce,我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击这里创建一个 antd@5.xantd@4.x 的 codesandbox,或者提供一个最小化的 GitHub 仓库。3 天内未跟进此 issue 将会被自动关闭。

什么是最小化重现,为什么这是必需的?

hs-ltbyce commented 6 months ago

已更新,点击上面或这里 Reproduction link

Almeidinha commented 4 months ago

I am facing the same issue, whenever you go to a next page the merged rows breaks.

Sample here