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:
Stéphane 2023-09-06 20:13:27 +02:00 committed by GitHub
parent bba012857d
commit 6b70d35fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,7 @@ export default {
default: 0
},
dataKey: {
type: String,
type: [String, Function],
default: null
},
expandedRowIcon: {