mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +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
|
default: null
|
||||||
},
|
},
|
||||||
rowClass: {
|
rowClass: {
|
||||||
type: [Function],
|
type: Function,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
rowStyle: {
|
rowStyle: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue