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

[Table]表格嵌套表头无法对齐,锁列情况下expandedRowIndent失效 #4304

Open
wendy0911 opened this issue Mar 29, 2023 · 1 comment
Labels
💬 Discussion ❓ Usage It's about how it works

Comments

@wendy0911
Copy link

Component

Table

Reproduction link

Edit on CodeSandbox

Steps to reproduce

表格嵌套表头无法对齐,锁列情况下expandedRowIndent失效

@YunMeng99 YunMeng99 added the 💡 Feature Request New feature or request label Aug 9, 2023
@YunMeng99 YunMeng99 added 🐞 Bug Something isn't working and removed 💡 Feature Request New feature or request labels Aug 17, 2023
@YSMJ1994 YSMJ1994 added the Next release issues to close in next release label Dec 7, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in DAILY WORK Dec 7, 2023
@kyokaxin kyokaxin moved this from 🆕 New to 👀 In review in DAILY WORK Jan 10, 2024
@YSMJ1994 YSMJ1994 moved this from 👀 In review to 🏗 In progress in DAILY WORK Feb 21, 2024
@YSMJ1994
Copy link
Contributor

YSMJ1994 commented Mar 5, 2024

StickyLock 表格禁用了 expandedRowIndent 属性,因为展开行不会跟随表格横向滚动,与expandedRowIndent 的实现方式冲突了。
你的场景建议直接使用 Table 或手动添加 padding来实现你的效果,若一定要使用 StickLock,则需要首先新增功能让 StickyLock 表格展开行能跟随表格滚动才行,比如 expandedRowSticky={false}

@YSMJ1994 YSMJ1994 added ❓ Usage It's about how it works 💬 Discussion and removed 🐞 Bug Something isn't working Next release issues to close in next release labels Mar 5, 2024
@YSMJ1994 YSMJ1994 removed this from DAILY WORK Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💬 Discussion ❓ Usage It's about how it works
Projects
None yet
5 participants