init the toolbar to refresh the buttons e.g. showColumns
@@ -166,9 +166,10 @@ BootstrapTable.prototype.makeRowsReorderable = function () {
that.header.fields = ths
that.header.formatters = formatters
that.initHeader()
+ that.initToolbar()
that.initBody()
that.resetView()
that.trigger('reorder-column', ths)
}
})
-}
+}