ant-design / pro-components

🏆 Use Ant Design like a Pro!
https://pro-components.antdigital.dev
MIT License
4.3k stars 1.36k forks source link

alwayShowAlert配置无效 #8521

Closed eli6229 closed 3 months ago

eli6229 commented 4 months ago

提问前先看看:

https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md

🐛 bug 描述

希望tableAlertRender,提示信息不依赖于rowSelection>0,才展示,希望一直展示

📷 复现步骤

rowSelection={{ alwayShowAlert: true }}

🏞 期望结果

希望有配置tableAlertRender不依赖于rowSelection,alert信息可以一直存在

💻 复现代码

© 版本信息

"@ant-design/pro-components": "^2.6.35", "@ant-design/pro-descriptions": "^1.10.0", "@ant-design/pro-form": "^1.64.0", "@ant-design/pro-layout": "^6.35.0", "@ant-design/pro-table": "^2.71.0",

🚑 其他信息

eli6229 commented 3 months ago

通过alwaysShowAlert 已经解决