Fixed #4886 - Tree / TreeTable: new loadingMode property

This commit is contained in:
tugcekucukoglu 2023-11-28 11:46:39 +03:00
parent 098c7a5128
commit b2ad40adcc
10 changed files with 61 additions and 14 deletions

View file

@ -78,6 +78,10 @@ export default {
type: String,
default: undefined
},
loadingMode: {
type: String,
default: 'mask'
},
rowHover: {
type: Boolean,
default: false