|
|
@@ -3011,6 +3011,10 @@ class BootstrapTable {
|
|
|
this.$el.html(this.$el_.html())
|
|
|
.css('margin-top', '0')
|
|
|
.attr('class', this.$el_.attr('class') || '') // reset the class
|
|
|
+
|
|
|
+ const resizeEvent = Utils.getEventName('resize.bootstrap-table', this.$el.attr('id'))
|
|
|
+
|
|
|
+ $(window).off(resizeEvent)
|
|
|
}
|
|
|
|
|
|
resetView (params) {
|