Frontmatter
| id | 6565 |
| title | grid.plugin.AnimateRows: component based columns & cycling |
| state | Open |
| labels | enhancementhelp wantedno auto close |
| assignees | tobiu |
| createdAt | Mar 9, 2025, 11:52 PM |
| updatedAt | Mar 9, 2025, 11:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6565 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
grid.plugin.AnimateRows: component based columns & cycling
Openenhancementhelp wantedno auto close

tobiu
commented on Mar 9, 2025, 11:52 PM
- tricky one: components cycle => they are index based
- a view with 10 rows => filter change => 5 get added, 5 get removed, 5 get moved => 15 => more than the cycle range and cmps inside cells can get moved
- we need a concept to handle it (e.g. a vdom & vnode clone with different ids)
tobiu assigned to @tobiu on Mar 9, 2025, 11:52 PM