Frontmatter
| id | 8967 |
| title | feat: Implement Reactive Record Updates in Neo.grid.Row (#8964) |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 3, 2026, 7:31 PM |
| updatedAt | Feb 3, 2026, 8:34 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8967 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8964 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 3, 2026, 8:34 PM |
feat: Implement Reactive Record Updates in Neo.grid.Row (#8964)
tobiu added parent issue #8964 on Feb 3, 2026, 7:31 PM
tobiu cross-referenced by #8966 on Feb 3, 2026, 8:29 PM

tobiu
Feb 3, 2026, 8:33 PM
Input from Gemini 3 Pro:
✦ Implemented via #8966 and #8965.
Neo.grid.Rowimplements reactiverecordconfig which triggerscreateVdom(O(1) update).Neo.grid.Bodyrefactored to find the matching Row component and update its record directly (row.record = record) instead of manual VDOM manipulation.- Manual
updateCellNodelogic removed.
tobiu assigned to @tobiu on Feb 3, 2026, 8:34 PM
tobiu closed this issue on Feb 3, 2026, 8:34 PM
afterSetRecordinNeo.grid.Rowto trigger a VDOM update for that specific row.Body.onStoreRecordChangeto find the matching Row component and callset({record}).Body.