This commit is contained in:
parent
6772b210df
commit
4a37ffdc09
File diff suppressed because one or more lines are too long
|
@ -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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -87,7 +87,6 @@ handleScroll = (nextScrollTop)=> {
|
|||
this.currentScrollTop -= this.cachedRowHeight[index]|| rowHeight;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue