-
-
Notifications
You must be signed in to change notification settings - Fork 619
fix: table emptynode fixed display #730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/table/7M77fG6pZiSvfVvwKWHsnRGHdV9C |
Codecov Report
@@ Coverage Diff @@
## master #730 +/- ##
=======================================
Coverage 99.37% 99.37%
=======================================
Files 33 33
Lines 964 964
Branches 278 278
=======================================
Hits 958 958
Misses 6 6
Continue to review full report at Codecov.
|
问题是啥?给个重现? |
👍 |
我发个 patch,麻烦到 antd 里升级并测试一下,再发个 PR 过来。 |
emmm... 我不懂这个操作,以前没有搞过,可以教一下吗 😭 |
rc-table 已发布 https://github.com/react-component/table/releases/tag/v7.22.1 antd 里的 PR 类似 ant-design/ant-design#33554 |
修复表格空状态时 emptynode 未固定显示的问题
7.20.2之前,这里的传值是模糊的

7.20.2之后,在
table/src/Body/ExpandedRow.tsx
Line 33 in b973d40
ExpandedRowContext
中的fixColumn
,空状态时fixColumn
为false
,就造成了显示上的问题