-
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
🤔透视表:自定义列头;合并列头排序没有效果 #2889
Comments
下面是在React 组件自适应中复现的代码,用的是s2-react的透视表组件,合并成一级的列头都没有排序图标,不显示tooltip提示行内排序,点击现有的排序功能也无法进行排序 // organize-imports-ignore fetch(
}); |
你好,我确定是透视表,使用的是react组件 <SheetComponent sheetType="pivot" ,如果在columns使用children合并两个列头,会不显示排序按钮,子节点有排序按钮,但是都不能排序
♂糖的哀伤♀
***@***.***
…------------------ 原始邮件 ------------------
发件人: "antvis/S2" ***@***.***>;
发送时间: 2024年9月10日(星期二) 下午5:43
***@***.***>;
***@***.******@***.***>;
主题: Re: [antvis/S2] 🤔透视表:自定义列头;合并列头排序没有效果 (Issue #2889)
你使用的是 s2-react, 所以应该用 <SheetComponent />, 这样才会渲染排序菜单, 而你提供的 demo 是用的 s2 的 PivotSheet, 是没有 tooltip 的, 所以没有效果.
image.png (view on web)
另外没太看懂的是, 都用 s2-react 了, 根本不需要 headerActionIcons 呀, 自带排序菜单, 内部已经封装好了, 你这个 demo 是基于 @antv/s2 的写法.
另外你确定这个不是 <SheetComponent sheetType="table" /> ?
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🏷 Version
Sheet Type
🖋 Description
🔗 Reproduce Link
https://codesandbox.io/p/sandbox/infallible-ramanujan-4hxy9s?file=%2Fsrc%2Findex.js%3A108%2C26
问题:透视表合并表头后,点击排序不能打开tooltip框进行排序,点击行内排序没有效果
现在的效果:
想要的效果是像明细表一样可以列头分组也可以进行行内排序
😊 Expected Behavior
😅 Current Behavior
The text was updated successfully, but these errors were encountered: