Skip to content

Commit

Permalink
Merge pull request #4441 from wenzhixin/fix/2820
Browse files Browse the repository at this point in the history
init the toolbar to refresh the buttons e.g. showColumns
  • Loading branch information
wenzhixin committed Jun 22, 2019
2 parents 9c891ce + fb78a89 commit e228873
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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)
}
})
}
}

0 comments on commit e228873

Please sign in to comment.