Skip to content

Commit

Permalink
fix(MdTable): recalculate fixed header width on data changes (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 committed Jul 27, 2018
1 parent 6ca54cf commit 2b675c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MdTable/MdTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
},
value () {
this.syncSelectedValue()
this.setWidth()
}
},
methods: {
Expand Down

0 comments on commit 2b675c9

Please sign in to comment.