|
@@ -2572,7 +2572,7 @@ class BootstrapTable {
|
|
|
if (!this.options.cardView && this.options.showHeader && this.options.height) {
|
|
if (!this.options.cardView && this.options.showHeader && this.options.height) {
|
|
|
this.$tableHeader.show()
|
|
this.$tableHeader.show()
|
|
|
this.resetHeader()
|
|
this.resetHeader()
|
|
|
- padding += this.$header.outerHeight(true)
|
|
|
|
|
|
|
+ padding += this.$header.outerHeight(true) + 1
|
|
|
} else {
|
|
} else {
|
|
|
this.$tableHeader.hide()
|
|
this.$tableHeader.hide()
|
|
|
this.trigger('post-header')
|
|
this.trigger('post-header')
|