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
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
Oct 20, 2023
Describe the bug
When defining a classname through the Pass Through of the Column component, this class is not applied in the DOM
Reproducer
https://codesandbox.io/s/primereact-demo-forked-3rzd97?file=/src/App.js
PrimeReact version
10.0.5
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Try defining a class for any div in the headerColumn by some property of the column pt and notice that it is not applied in the DOM
Expected behavior
It is expected that the classes applied to the pt will be correctly applied to the elements
The text was updated successfully, but these errors were encountered: