|
@@ -128,7 +128,7 @@ BootstrapTable.prototype.initBody = function (...args) {
|
|
|
let visibleColumns = 0
|
|
let visibleColumns = 0
|
|
|
|
|
|
|
|
this.columns.forEach(column => {
|
|
this.columns.forEach(column => {
|
|
|
- if (column.checkbox) {
|
|
|
|
|
|
|
+ if (column.checkbox && !that.options.singleSelect) {
|
|
|
checkBox = true
|
|
checkBox = true
|
|
|
} else if (column.visible) {
|
|
} else if (column.visible) {
|
|
|
visibleColumns += 1
|
|
visibleColumns += 1
|