@@ -167,9 +167,10 @@ BootstrapTable.prototype.makeRowsReorderable = function () {
that.header.formatters = formatters
that.initHeader()
that.initToolbar()
+ that.initSearchText()
that.initBody()
that.resetView()
that.trigger('reorder-column', ths)
}
})
-}
+}