Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/XiaoMi/hiui into 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solarjoker committed Oct 10, 2019
2 parents 52eb21f + d3008f8 commit 18f653c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class Table extends Component {

if (rightFixColumns.length > 0) {
scrollTable.push(
<div className={prifix('table-fixed-right')} ref={this.fixRight} key='right'>
<div className={prifix('table-fixed-right')} ref={this.fixRight} key='right' style={{display: 'none'}}>
<div className={prifix('table-outer')}>
<div className={prifix('table-inner')}>
<TableContent style={{width: 'auto', ...style}} className={prifix('table-fixed')} {...Object.assign({}, {...props}, {highlightRows, parent: this, columns: rightFixColumns, headerColumns, name: this.props.name}, {dataSource, highlightCols}, {cbs: this.cbs, fetch: this.fetch, t: this})} />
Expand Down

0 comments on commit 18f653c

Please sign in to comment.