Merge pull request #4403 from sescandell/pr-fixDTType

Fix #2589 vue.js warning for DataTable with dataKey as a function
pull/4409/head
Tuğçe Küçükoğlu 2023-09-07 09:32:05 +03:00 committed by GitHub
commit 3346cd1099
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: {