|
@@ -122,7 +122,7 @@ BootstrapTable.prototype.makeRowsReorderable = function () {
|
|
|
let columnsHidden = []
|
|
let columnsHidden = []
|
|
|
let columnIndex = -1
|
|
let columnIndex = -1
|
|
|
const optionsColumns = []
|
|
const optionsColumns = []
|
|
|
- that.$header.find('th').each(function (i) {
|
|
|
|
|
|
|
+ that.$header.find('th:not(.detail)').each(function (i) {
|
|
|
ths.push($(this).data('field'))
|
|
ths.push($(this).data('field'))
|
|
|
formatters.push($(this).data('formatter'))
|
|
formatters.push($(this).data('formatter'))
|
|
|
})
|
|
})
|