-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TreeTable: Header's columns not aligned with body's columns in scrollable mode #5487
Labels
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Comments
FAMSTM
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Dec 1, 2023
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 1, 2023
I used transform instead of marginLeft it worked
|
melloware
added a commit
to melloware/primereact
that referenced
this issue
Dec 4, 2023
melloware
added a commit
to melloware/primereact
that referenced
this issue
Dec 4, 2023
melloware
added a commit
that referenced
this issue
Dec 4, 2023
@kl-nevermore lets check if this fix was accidentally reverted as well. |
github-actions
bot
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jan 8, 2024
melloware
removed
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jan 8, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
Jan 8, 2024
Fix primefaces#5556 Fix primefaces#5487 Fix primefaces#5457 Fix primefaces#5370 Fix primefaces#4051
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In scrollable mode, the header (containing the columns titles) and the body are in 2 separated tables, so the header's columns are not always aligned with the body's columns.
Reproducer
https://codesandbox.io/p/sandbox/primereact-demo-forked-xwsn9c
PrimeReact version
10.1.1
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 119
Steps to reproduce the behavior
In the table of the reproducer, scroll on the right side and watch the shift between the titles and the body.
Expected behavior
TreeTable in scrollable mode should have the same structure than in no-scrollable mode, with the titles and body cells in the same table
The text was updated successfully, but these errors were encountered: