-
Notifications
You must be signed in to change notification settings - Fork 199
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
🐛明细表隐藏表头hiddenColumns更改,将部分字段取消隐藏,UI没有重新渲染 #2495
Comments
你好 @QJerryxjh,很抱歉给你带来了不好的体验, 我们会尽快排查问题并修复, 请关注后续发布日志. Hello, @QJerryxjh, We are so sorry for the bad experience. We will troubleshoot and fix the problem as soon as possible. Please pay attention to the follow-up change logs. |
ref #2507 |
🎉 This issue has been resolved in version @antv/s2-v1.54.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-react-v1.46.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-vue-v1.6.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-v2.0.0-next.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version @antv/s2-vue-v2.0.0-next.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🏷 Version
Sheet Type
🖋 Description
明细表初始指明hiddenColumnFields部分字段,重新更改hiddenColumnFields此时隐藏列并非新制定的hiddenColumnFields内列,而是取了两次hiddenColumnFields的交集
⌨️ Code Snapshots
🔗 Reproduce Link
复现链接
🤔 Steps to Reproduce
初始隐藏
["city", "price"]
两个字段,点击change to sub
按钮,此时UI没有变化点击
change to other fields
改变hiddenColumnFields 为['type']
,此时city
和price
依然不可见😊 Expected Behavior
预期根据最新指示的hiddenColumnFields控制隐藏列展示UI
😅 Current Behavior
取了几次指定options指定的hiddenColumnFields的交集
💻 System information
The text was updated successfully, but these errors were encountered: