Frontmatter
| id | 3661 |
| title | list.Base: headerlessActiveIndex |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Dec 20, 2022, 10:31 PM |
| updatedAt | Dec 21, 2022, 9:48 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3661 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 21, 2022, 9:48 AM |
inside a client project, we want to connect a list using list item headers to a container with a card layout.
in this use case, each item is supposed to match a card and headers can easily create an index mess.
while we could resolve this on app level, it does sound like a more or less common use case which can reduce boilerplate code.