@@ -253,5 +253,6 @@ /** | ||
| render() { | ||
| let { _pagination, _key, pageSize, dataSource, tableStyle, scroll } = this.state; | ||
| let { _pagination, _key, pageSize, dataSource, tableStyle } = this.state; | ||
| const {style, scroll, rowKey} = this.props; | ||
| return (<div className="plutus-ui-table-root" ref={this._ComponentDomRef} key={_key}> | ||
| <Table className="table-table" style={tableStyle} {...this.props} loading={false} pagination={false} | ||
| <Table className="table-table" style={style} {...this.props} loading={false} pagination={false} | ||
| rowKey={'id'} dataSource={dataSource} scroll={scroll} key={_key + 'table'}/> | ||
@@ -258,0 +259,0 @@ {this.state.pagination && <div className="table-pagination"> |
+1
-1
@@ -44,3 +44,3 @@ { | ||
| }, | ||
| "version": "0.2.35" | ||
| "version": "0.2.36" | ||
| } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
43876
0.09%749
0.13%1
-50%