Merge pull request #5414 from shtse8/DataTable_rowClass_fix
Fix `rowClass` Type Definition in `DataTable`pull/5418/head
commit
8ef3971938
|
@ -211,11 +211,11 @@ export default {
|
|||
default: null
|
||||
},
|
||||
rowClass: {
|
||||
type: [String, Object],
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
rowStyle: {
|
||||
type: Object,
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
scrollable: {
|
||||
|
|
Loading…
Reference in New Issue