mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +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
|
||||
},
|
||||
rowStyle: {
|
||||
type: Object,
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
scrollable: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue