Fix vue.js warning for DataTable with dataKey as a function
Complete initiated work on https://github.com/primefaces/primevue/pull/2595pull/4403/head
parent
bba012857d
commit
6b70d35fcd
|
@ -190,7 +190,7 @@ export default {
|
|||
default: 0
|
||||
},
|
||||
dataKey: {
|
||||
type: String,
|
||||
type: [String, Function],
|
||||
default: null
|
||||
},
|
||||
expandedRowIcon: {
|
||||
|
|
Loading…
Reference in New Issue