Merge branch 'master' of https://github.com/primefaces/primevue
commit
0e4aba78b7
|
@ -211,11 +211,11 @@ export default {
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
rowClass: {
|
rowClass: {
|
||||||
type: [String, Object],
|
type: Function,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
rowStyle: {
|
rowStyle: {
|
||||||
type: Object,
|
type: Function,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
scrollable: {
|
scrollable: {
|
||||||
|
|
Loading…
Reference in New Issue