Merge pull request #4403 from sescandell/pr-fixDTType
Fix #2589 vue.js warning for DataTable with dataKey as a functionpull/4409/head
commit
3346cd1099
|
@ -190,7 +190,7 @@ export default {
|
|||
default: 0
|
||||
},
|
||||
dataKey: {
|
||||
type: String,
|
||||
type: [String, Function],
|
||||
default: null
|
||||
},
|
||||
expandedRowIcon: {
|
||||
|
|
Loading…
Reference in New Issue