-
-
Notifications
You must be signed in to change notification settings - Fork 618
feat: ability to make table summary fixed row like table header #503
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
Codecov Report
@@ Coverage Diff @@
## master #503 +/- ##
==========================================
+ Coverage 99.75% 99.76% +0.01%
==========================================
Files 26 28 +2
Lines 812 857 +45
Branches 238 256 +18
==========================================
+ Hits 810 855 +45
Misses 2 2
Continue to review full report at Codecov.
|
赶紧merge 啊! |
感觉这个和原有行为差别有点大,加个 prop 控制比较好吧? |
求merge |
楼主不见了。ping @kingmui |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/table/4YYjg2T3NEfbKtmNqrAxjVisfJR3 |
has it been merged to antd? |
啊,等了两个月 还没merge呢。。。。 |
Merge this, please!!!! |
1 similar comment
Merge this, please!!!! |
Not yet, please merge it!!! |
Any news regarding the release please? much needed feature to me actually :) |
Please Merge this! Thanks |
还有没有希望~~~~~ |
准备合并了吗?期待的搓手手 |
跪求合并~~~~~ |
Please Merge this! Thanks |
~没希望了吗 |
@kingmui Rebase again. |
还有机会吗?😂🤣🤣 |
has it been merged to antd yet? |
不是吧阿sir,快一年了还没merge T.T |
我们产品得了绝症,说想在有生之年看到这个feature被合并🤓🤓🤓 |
插个眼 等着合并 |
I had figured out a hack solution.
|
您好,您的邮件我已收到,我会及时认真处理,祝您生活愉快。
|
close ant-design/ant-design#25116
close ant-design/ant-design#23170
close ant-design/ant-design#5710
close ant-design/ant-design#14795
New table features:
Now, summary supports specifying as an object, the
render
attribute renders summary,fixed
specifies whether summary needs to be fixed,position
attribute specifies the rendering position of summary, supportstop
andbottom
.Before:
Now we can make the summary fixed by specifying
fixed
: