Refactor #4149 - For TreeTable

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-19 15:06:27 +03:00
parent e0720e2623
commit ced66377c8
4 changed files with 21 additions and 8 deletions

View file

@ -418,7 +418,8 @@ export default {
return {
context: {
selectable: this.$parentInstance.rowHover || this.$parentInstance.rowSelectionMode,
selected: this.selected
selected: this.selected,
scrollable: this.$parentInstance.scrollable
}
};
}