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

[Feature] 拖拽调整列宽交互配置 #3349

Closed
xiafrog opened this issue Jan 23, 2025 · 0 comments · Fixed by #3410
Closed

[Feature] 拖拽调整列宽交互配置 #3349

xiafrog opened this issue Jan 23, 2025 · 0 comments · Fixed by #3410
Assignees
Labels
bp bp feature 新需求

Comments

@xiafrog
Copy link

xiafrog commented Jan 23, 2025

What problem does this feature solve?

  1. 鼠标悬浮表头区域,单元格右侧出现灰色拖拽线
  2. 鼠标 hover 到拖拽线,整列出现蓝色拖拽线

What does the proposed API look like?

columnResize : {
    // hover 表头的拖拽线配置
    hoverHeaderLine: boolean;
    hoverHeaderLineColor: string;
    hoverHeaderLineWidth: string;
    // hover 展示整列拖拽线
    hoverShowLine: boolean;
}
@xiafrog xiafrog added the feature 新需求 label Jan 23, 2025
@fangsmile fangsmile added the bp bp label Jan 24, 2025
@fangsmile fangsmile self-assigned this Jan 24, 2025
@fangsmile fangsmile linked a pull request Feb 12, 2025 that will close this issue
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bp bp feature 新需求
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants