Skip to content

Commit

Permalink
add issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
cl199793 committed Aug 12, 2019
1 parent 589eacd commit c55e770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/table/src/table-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class TableLayout {

if (this.showHeader && !headerWrapper) return;

// fix issue (https://github.com/ElemeFE/element/pull/16956)
const headerTrElm = headerWrapper.querySelector('.el-table__header tr');
const noneHeader = this.headerDisplayNone(headerTrElm);

Expand Down

0 comments on commit c55e770

Please sign in to comment.