Merge branch 'master' into v4

This commit is contained in:
tugcekucukoglu 2024-05-03 09:51:16 +03:00
commit d61c9f5e61
40 changed files with 2703 additions and 120 deletions

View file

@ -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));