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
If the expandedRow props of a DataTable is specified as an initial value along with some data, it is not reflected.
It seems to operate by watching expandedRows prop, and the immediate property appears to be false.
If only part of the data specified as expandedRows is modified externally, it will not be reflected.
Due to the same problem as above, the deep property seems to be false when watching expandedRows. It seems problematic that the entire value must be replaced to be reflected.
Describe the bug
If the expandedRow props of a DataTable is specified as an initial value along with some data, it is not reflected.
If only part of the data specified as expandedRows is modified externally, it will not be reflected.
Reproducer
https://codesandbox.io/s/primevue-demo-forked-ym4crg
PrimeVue version
3.45.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
Chrome
Steps to reproduce the behavior
Initial values not being reflected
Partial modifications to the expandedRows value are not reflected
Expected behavior
The text was updated successfully, but these errors were encountered: