Frontmatter
| id | 4978 |
| title | selection.table.RowModel: selecting a record should automatically scroll to the related table tow |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Oct 5, 2023, 3:56 PM |
| updatedAt | Oct 19, 2023, 10:22 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4978 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 19, 2023, 10:22 AM |
selection.table.RowModel: selecting a record should automatically scroll to the related table tow

gplanansky
Oct 19, 2023, 8:02 AM
perhaps the "opts appName" gotcha?
for neo 6.9.0
diff table/View.mjs.orig table/View.mjs.orig.scrollfix
240c240
< Neo.main.DomAccess.scrollToTableRow({id: selectedRows[0]});
---
> Neo.main.DomAccess.scrollToTableRow({id: selectedRows[0], appName: me.appName});

tobiu
Oct 19, 2023, 10:20 AM
the appName should indeed get used inside all remote methods => window identifier, important for the shared workers scope.
will add it.
tobiu closed this issue on Oct 19, 2023, 10:22 AM
(No description provided)