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