mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fix rowClass prop type in BaseDataTable.vue
This commit is contained in:
parent
3f467c8eb0
commit
c4a8d4ce83
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ export default {
|
|||
default: null
|
||||
},
|
||||
rowClass: {
|
||||
type: [Function],
|
||||
type: Function,
|
||||
default: null
|
||||
},
|
||||
rowStyle: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue