Frontmatter
| id | 324 |
| title | Neo.main.DomAccess: scrollToTableRow |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 19, 2020, 1:56 PM |
| updatedAt | Mar 19, 2020, 2:10 PM |
| githubUrl | https://github.com/neomjs/neo/issues/324 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 19, 2020, 2:10 PM |

now that the sticky table headers work again, srollIntoView() moves the table row exactly behind the headers. since this mehod does not support setting an offset, we need a custom scroll logic instead.
on it.