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
It is not possible to use the expandedRowKeys to programmatically control the expanded status of each row in a Table when using primeng17.13.0. When attempting to manually expand a row the following message is returned
ERROR TypeError: Cannot create property 'key' on boolean 'true'
at Table.toggleRow (vendor.js:200476:42)
at RowToggler.onClick (vendor.js:203006:15)
at RowToggler_click_HostBindingHandler (vendor.js:203023:22)
at executeListenerWithErrorHandling (vendor.js:78612:12)
at wrapListenerIn_markDirtyAndPreventDefault (vendor.js:78644:18)
at HTMLButtonElement.<anonymous> (vendor.js:99169:112)
at _ZoneDelegate.invokeTask (polyfills.js:8235:171)
at vendor.js:67846:49
at AsyncStackTaggingZoneSpec.onInvokeTask (vendor.js:67846:30)
at _ZoneDelegate.invokeTask (polyfills.js:8235:54)
The only solution for now is to rollback to primeng17.12.0 or lower.
Describe the bug
It is not possible to use the expandedRowKeys to programmatically control the expanded status of each row in a Table when using primeng 17.13.0. When attempting to manually expand a row the following message is returned
The only solution for now is to rollback to primeng 17.12.0 or lower.
Environment
angular 17.3.3
primeng 17.13.0
Reproducer
https://stackblitz.com/edit/3uwgk4
Angular version
17.3.3
PrimeNG version
17.13.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
It should be possible to control the expanded state of a Table rows using the expandedRowKeys property.
The text was updated successfully, but these errors were encountered: