Correct rowClass type on DataTable to Function

This commit is contained in:
shtse8 2024-03-14 18:16:48 +08:00
parent 213267295a
commit 3f467c8eb0

View file

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