🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

plutus-ui

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plutus-ui - npm Package Compare versions

Comparing version
0.2.35
to
0.2.36
+3
-2
bbd/table/component.jsx

@@ -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"
}