Refactor #5678 - TreeTable CSS and responsive structure improvements

This commit is contained in:
tugcekucukoglu 2024-05-03 09:20:10 +03:00
parent 2c65e1b3fd
commit 5cb78b9b3c
7 changed files with 93 additions and 67 deletions

View file

@ -99,7 +99,6 @@ export default {
frozen: this.$parentInstance.scrollable && this.columnProp('frozen'),
resizable: this.resizableColumns,
scrollable: this.$parentInstance.scrollable,
scrollDirection: this.$parentInstance.scrollDirection,
showGridlines: this.$parentInstance.showGridlines,
size: this.$parentInstance?.size
}