DataTable: Frozen Columns, the headers of fixed columns will overlap. #6036
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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.
The text was updated successfully, but these errors were encountered: