Fixed #4133 - Selection(multiple and single) not working in TreeTable

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-14 10:17:45 +03:00
parent 1c05650aaf
commit a09f66ec46
2 changed files with 3 additions and 3 deletions

View file

@ -394,7 +394,7 @@ export default {
},
computed: {
containerClass() {
return [this.node.styleClass, this.cx('root')];
return [this.node.styleClass, this.cx('row')];
},
expanded() {
return this.expandedKeys && this.expandedKeys[this.node.key] === true;