We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Column body prop takes in a function with node and ColumnBodyOptions arguments. Column in ColumnBodyOptions is always undefined.
https://codesandbox.io/s/primereact-test-forked-xhvzjy?file=/src/index.js
8.0.1
17.x
TypeScript
Create React App (CRA)
No response
Column parameter is passed to ColumnBodyOptions
The text was updated successfully, but these errors were encountered:
Fix primefaces#2870: TreeTable body cell missing column prop
c894966
Thanks for the report you are right its missing column
column
Sorry, something went wrong.
Fix #2870: TreeTable body cell missing column prop (#2872)
990d6db
melloware
Successfully merging a pull request may close this issue.
Describe the bug
Column body prop takes in a function with node and ColumnBodyOptions arguments. Column in ColumnBodyOptions is always undefined.
Reproducer
https://codesandbox.io/s/primereact-test-forked-xhvzjy?file=/src/index.js
PrimeReact version
8.0.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Column parameter is passed to ColumnBodyOptions
The text was updated successfully, but these errors were encountered: