This commit is contained in:
wanghaoo 2018-12-22 12:04:03 +08:00
parent 6772b210df
commit 4a37ffdc09
6 changed files with 581 additions and 168 deletions

File diff suppressed because one or more lines are too long

View File

@ -87,7 +87,7 @@ class Demo1 extends Component {
columns={columns}
data={data}
parentNodeId='parent'
scroll={{y:400}}
scroll={{y:300}}
height={40}
onRowClick={(record, index, indent) => {
this.setState({

File diff suppressed because one or more lines are too long

430
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -87,7 +87,6 @@ handleScroll = (nextScrollTop)=> {
this.currentScrollTop -= this.cachedRowHeight[index]|| rowHeight;
}
}
}