Frontmatter
| id | 2878 |
| title | list.plugin.Animate: onStoreSort() => support for Neo.list.Component |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 13, 2022, 5:29 PM |
| updatedAt | Feb 13, 2022, 5:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2878 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 13, 2022, 5:30 PM |
Neo.list.Componentis using index-based item ids to re-use component instances as much as possible.However, this makes it tricky to apply an animated sorting. I will split the logic for list.Base and list.Component, to keep the algorithms reasonable.