mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Change rowStyle prop type to Function
This commit is contained in:
parent
c4a8d4ce83
commit
ce102fa624
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ export default {
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
rowStyle: {
|
rowStyle: {
|
||||||
type: Object,
|
type: Function,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
scrollable: {
|
scrollable: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue