ant-design / pro-components

🏆 Use Ant Design like a Pro!

Home Page:https://pro-components.antdigital.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alwayShowAlert配置无效

eli6229 opened this issue · comments

提问前先看看:

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",

🚑 其他信息

通过alwaysShowAlert 已经解决