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

DataTable: Frozen Columns, the headers of fixed columns will overlap. #6036

Closed
yzzting opened this issue Jul 9, 2024 · 1 comment
Closed
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@yzzting
Copy link
Contributor

yzzting commented Jul 9, 2024

Describe the bug

When using fixed columns, the headers of the fixed columns will overlap.

The effect can be seen from the video.

2024-07-09.20.47.17.mov

Reproducer

https://stackblitz.com/run?file=src%2FApp.vue

PrimeVue version

4.0.0-rc.2

Vue version

4.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

Chrome 126.0.6478.127 arm64

Steps to reproduce the behavior

<Column field="full_name" header="Full Name" frozen></Column>

Set the frozen attribute of Colunm.

Expected behavior

The fixed column headers should have a background color and shadow to differentiate them.

@yzzting yzzting added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 9, 2024
@yzzting
Copy link
Contributor Author

yzzting commented Jul 11, 2024

#6037

@tugcekucukoglu tugcekucukoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 22, 2024
@tugcekucukoglu tugcekucukoglu added this to the 4.0.1 milestone Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants