Commit 8ad20434 authored by zhangwenshuai's avatar zhangwenshuai

修改固定列滚动只变更srcollTop

parent 033da954
......@@ -523,7 +523,7 @@ export default class AirTable extends Component<TableProps, TableState> {
showColumns: leftColumns,
})}
onScroll={(...arg: Array<Object>) => {
onScroll(...arg);
onScroll({ scrollTop: arg[0].scrollTop });
this.onScroll(arg[0]);
}}
columnCount={leftCount}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment