Fix rowClass prop type in BaseDataTable.vue
parent
3f467c8eb0
commit
c4a8d4ce83
|
@ -211,7 +211,7 @@ export default {
|
|||
default: null
|
||||
},
|
||||
rowClass: {
|
||||
type: [Function],
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
rowStyle: {
|
||||
|
|
Loading…
Reference in New Issue