You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last few versions of the PrimeReact DataTable, having 3 or more "frozen" columns results in the 3rd column being "frozen" in the incorrect location (bad left: value).
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
Jan 6, 2025
Describe the bug
In the last few versions of the PrimeReact DataTable, having 3 or more "frozen" columns results in the 3rd column being "frozen" in the incorrect location (bad left: value).
See the reproducer.
Reproducer
https://stackblitz.com/edit/vitejs-vite-vkptaeae?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
Add enough columns to make the DataTable horizontally scrollable
Add "scrollable" to the DataTable
Add "frozen" to the first three columns
Expected behavior
Proper alignment of the 3rd column when you scroll horiztonally
The text was updated successfully, but these errors were encountered: