Skip to content
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

🤔 交叉表的行头横行滚动条,如何设置 能保持 在固定列的情况下,不出现滚动条 #1663

Closed
feEden opened this issue Aug 9, 2022 · 5 comments
Labels
❔question 疑问/使用问题

Comments

@feEden
Copy link

feEden commented Aug 9, 2022

🖋 Description

设置frozenRowHeader: false,没法固定行头,可不可以配置滚动条出现的最大宽度呢,或者有个开关,配置是否需要行头的横向滚动条

😊 Expected Behavior

😅 Current Behavior

@feEden feEden added the ❔question 疑问/使用问题 label Aug 9, 2022
@wjgogogo
Copy link
Contributor

wjgogogo commented Aug 9, 2022

@feEden 在固定行头时,如果行头的宽度超过了表格整体宽度的50%,才会出现滚动条,所以你可以减少行头的宽度,通过拖拽或者行头宽度配置实现。

@feEden
Copy link
Author

feEden commented Aug 9, 2022

@feEden 在固定行头时,如果行头的宽度超过了表格整体宽度的50%,才会出现滚动条,所以你可以减少行头的宽度,通过拖拽或者行头宽度配置实现。

行头宽度配置 指的是配置这个50% 比例么?

@wjgogogo
Copy link
Contributor

wjgogogo commented Aug 9, 2022

提供一个你的demo吧,我们根据你的demo给你一个调试结果

@feEden
Copy link
Author

feEden commented Aug 9, 2022

提供一个你的demo吧,我们根据你的demo给你一个调试结果

https://codesandbox.io/s/strange-silence-9dhxwg?file=/index.tsx
我想配置出的结果是,行头没有滚动条,然后锁定行头,另外,现在这种情况行头的滚动条 无法通过手势滑动,只能使用滚动条

@lijinke666
Copy link
Member

现在这种情况行头的滚动条 无法通过手势滑动,只能使用滚动条

这是一个bug, 正在修复中 #1664

行头没有滚动条,然后锁定行头

你可以通过配置滚动条的 主题 将滚动条的 size 设置为 0

const theme = {
    scrollBar: {
      size: 0,
      hoverSize: 0,
    },
}

image

这个是行头和数值的滚动条都会生效, 如果是只想对行头生效, 目前没有相关配置, 后续考虑支持, 或者欢迎 PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔question 疑问/使用问题
Projects
None yet
Development

No branches or pull requests

3 participants