Skip to content

Commit

Permalink
Fix wenzhixin#3318: group-by reinitialize bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin committed Dec 9, 2017
1 parent 78f1c32 commit 8944bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/group-by/bootstrap-table-group-by.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

originalRowAttr = this.options.rowAttributes;
this.options.rowAttributes = rowAttr;
this.$el.on('post-body.bs.table', function () {
this.$el.off('post-body.bs.table').on('post-body.bs.table', function () {
that.$el.treetable({
expandable: true,
onNodeExpand: function () {
Expand Down

0 comments on commit 8944bb3

Please sign in to comment.