Frontmatter
| id | 105 |
| title | component.Helix: buffered sorting |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Nov 26, 2019, 1:41 PM |
| updatedAt | Sep 29, 2024, 4:38 AM |
| githubUrl | https://github.com/neomjs/neo/issues/105 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 29, 2024, 4:38 AM |
Now that component.Helix does support a maxItems config, sorting will cause bugs.
The initial sorting implementation was meant to sort the items which are visible inside the view.
With more items inside the store than inside the view, a sorting operation needs to remove or add items as needed.