pull/5418/head
tugcekucukoglu 2024-03-14 14:40:47 +03:00
commit 0e4aba78b7
1 changed files with 2 additions and 2 deletions

View File

@ -211,11 +211,11 @@ export default {
default: null default: null
}, },
rowClass: { rowClass: {
type: [String, Object], type: Function,
default: null default: null
}, },
rowStyle: { rowStyle: {
type: Object, type: Function,
default: null default: null
}, },
scrollable: { scrollable: {