Frontmatter
| id | 6192 |
| title | grid.View: createRow() => completely exclude non-visible cells from the vdom |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 8, 2025, 12:02 PM |
| updatedAt | Jan 8, 2025, 12:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6192 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2025, 12:03 PM |
the first idea was to keep a
{removeDom: true}flag to keep the internal structure in place.however, in case there are big amounts of columns, this would increase the size of the worker messages to check for vdom updates quite a lot => not needed.