Frontmatter
| id | 6555 |
| title | grid.View: createViewData() => updateVdom param |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Mar 9, 2025, 3:32 PM |
| updatedAt | Mar 9, 2025, 6:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6555 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 9, 2025, 6:17 PM |
grid.View: createViewData() => updateVdom param
tobiu closed this issue on Mar 9, 2025, 3:33 PM

tobiu
Mar 9, 2025, 6:17 PM
I need to revert this one, since it would still trigger cell renderers. For component based columns => index shift => update cycle. Got a smarter strategy already.
tobiu reopened this issue on Mar 9, 2025, 6:17 PM
tobiu closed this issue on Mar 9, 2025, 6:17 PM
tobiu cross-referenced by #6557 on Mar 9, 2025, 6:20 PM
For
grid.plugin.AnimateRowswe need a way to get the next vdom state without actually creating it.It would be way too expensive to even manually iterate over all records (imaging 50k rows).