@@ -253,4 +253,4 @@ /** | ||
| render() { | ||
| let { _pagination, _key, pageSize, dataSource, tableStyle } = this.state; | ||
| const {style, scroll, rowKey} = this.props; | ||
| let { _pagination, _key, pageSize, dataSource, tableStyle, scroll } = this.state; | ||
| const {style = tableStyle, scroll = scroll, rowKey} = this.props; | ||
| return (<div className="plutus-ui-table-root" ref={this._ComponentDomRef} key={_key}> | ||
@@ -257,0 +257,0 @@ <Table className="table-table" style={style} {...this.props} loading={false} pagination={false} |
+1
-1
@@ -44,3 +44,3 @@ { | ||
| }, | ||
| "version": "0.2.37" | ||
| "version": "0.2.38" | ||
| } |
43906
0.07%