-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
fix: table header broken when scroll do not have the data(#594) #595
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/table/AV89FeJAvYaMrmLhvLdufnfBaoW6 |
Codecov Report
@@ Coverage Diff @@
## master #595 +/- ##
=======================================
Coverage 99.75% 99.75%
=======================================
Files 26 26
Lines 811 812 +1
Branches 237 238 +1
=======================================
+ Hits 809 810 +1
Misses 2 2
Continue to review full report at Codecov.
|
空数据的时候 头部不能变? |
@xrkffgg 对,如果列很多,空数据头部会被挤成很窄的情况,和有数据的状态下表现不一致。 |
+ rc-table@7.13.3 |
Before:
After: