We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3118cd3 commit 18db9edCopy full SHA for 18db9ed
src/dashboard/Data/Browser/BrowserTable.react.js
@@ -76,6 +76,7 @@ export default class BrowserTable extends React.Component {
76
}
77
if (this.state.offset !== offset) {
78
this.setState({ offset });
79
+ this.refs.table.scrollTop = rowsAbove * ROW_HEIGHT;
80
81
if (this.props.maxFetched - offset < 100) {
82
this.props.fetchNextPage();
0 commit comments