LearnNewsExamplesServices
Frontmatter
id4978
titleselection.table.RowModel: selecting a record should automatically scroll to the related table tow
stateClosed
labels
enhancement
assignees[]
createdAtOct 5, 2023, 3:56 PM
updatedAtOct 19, 2023, 10:22 AM
githubUrlhttps://github.com/neomjs/neo/issues/4978
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 19, 2023, 10:22 AM

selection.table.RowModel: selecting a record should automatically scroll to the related table tow

Closed v8.1.0 enhancement
tobiu
tobiu commented on Oct 5, 2023, 3:56 PM

(No description provided)

tobiu added the enhancement label on Oct 5, 2023, 3:56 PM
gplanansky
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
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 referenced in commit 6f0ab05 - "selection.table.RowModel: selecting a record should automatically scroll to the related table tow #4978" on Oct 19, 2023, 10:22 AM
tobiu closed this issue on Oct 19, 2023, 10:22 AM
tobiu referenced in commit 84f4933 - "v6.9.2 (#5048) on Oct 19, 2023, 8:25 PM