Replies: 2 comments
-
当父容器旋转90度时,S2 表格的滚动方向出现问题,这可能是由于旋转导致的坐标系变化。以下是一些可能的解决方案:
如果这些方法都无法解决问题,可能需要对 S2 的源码进行调整,或者联系 S2 的开发团队以获得进一步的支持。 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@showsnow 提供下最小复现 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
父容器设置了旋转90度,使之视觉上呈现横屏效果,内部的s2table滚动条方向不对,横向滑动屏幕表格竖向滚动,竖向滑动屏幕,表格横向滚动,使用的版本,"@antv/s2-react": "2.2.0",尝试了监听GLOBAL_SCROLL, setScrollOffset等方法,都不行,要如何解决呢。
Beta Was this translation helpful? Give feedback.
All reactions