mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fix vue.js warning for DataTable with dataKey as a function
Complete initiated work on https://github.com/primefaces/primevue/pull/2595
This commit is contained in:
parent
bba012857d
commit
6b70d35fcd
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ export default {
|
||||||
default: 0
|
default: 0
|
||||||
},
|
},
|
||||||
dataKey: {
|
dataKey: {
|
||||||
type: String,
|
type: [String, Function],
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
expandedRowIcon: {
|
expandedRowIcon: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue