Change rowStyle prop type to Function
parent
c4a8d4ce83
commit
ce102fa624
|
@ -215,7 +215,7 @@ export default {
|
|||
default: null
|
||||
},
|
||||
rowStyle: {
|
||||
type: Object,
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
scrollable: {
|
||||
|
|
Loading…
Reference in New Issue