mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Merge branch 'master' into v4
This commit is contained in:
commit
d61c9f5e61
40 changed files with 2703 additions and 120 deletions
|
@ -282,6 +282,7 @@ export default {
|
|||
},
|
||||
watch: {
|
||||
expandedRows: {
|
||||
deep: true,
|
||||
immediate: true,
|
||||
handler(newValue) {
|
||||
this.d_rowExpanded = this.dataKey ? newValue?.[ObjectUtils.resolveFieldData(this.rowData, this.dataKey)] !== undefined : newValue?.some((d) => this.equals(this.rowData, d));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue