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
|
default: 0
|
||||||
},
|
},
|
||||||
dataKey: {
|
dataKey: {
|
||||||
type: String,
|
type: [String, Function],
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
expandedRowIcon: {
|
expandedRowIcon: {
|
||||||
|
|
Loading…
Reference in New Issue