Question about Table columns update behavior causing "Cannot read properties of null" error #3053
Unanswered
Lin-Yu-Hung
asked this question in
PrimeNG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an issue with the PrimeNG Table component (version 17.18.0) when dynamically updating table columns.
Current Behavior & Issue:
When updating table columns directly without clearing them first, I get multiple "Uncaught TypeError: Cannot read properties of null" errors. This happens only on subsequent updates, not during the initial rendering.
Example of code that causes the error:
Beta Was this translation helpful? Give feedback.
All reactions