Fix vue.js warning for DataTable with dataKey as a function

Complete initiated work on https://github.com/primefaces/primevue/pull/2595
pull/4403/head
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
1 changed files with 1 additions and 1 deletions

View File

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