Merge pull request #5414 from shtse8/DataTable_rowClass_fix

Fix `rowClass` Type Definition in `DataTable`
pull/5418/head
Tuğçe Küçükoğlu 2024-03-14 14:38:38 +03:00 committed by GitHub
commit 8ef3971938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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