|
@@ -1069,7 +1069,7 @@ class BootstrapTable {
|
|
|
const column = this.columns[this.fieldsColumnsIndex[key]]
|
|
const column = this.columns[this.fieldsColumnsIndex[key]]
|
|
|
let value
|
|
let value
|
|
|
|
|
|
|
|
- if (typeof key === 'string') {
|
|
|
|
|
|
|
+ if (typeof key === 'string' && !item.hasOwnProperty(key)) {
|
|
|
value = item
|
|
value = item
|
|
|
const props = key.split('.')
|
|
const props = key.split('.')
|
|
|
|
|
|