Add Table Kind Collection View Documentation#8043
Conversation
AndyButland
left a comment
There was a problem hiding this comment.
Looks good @madsrasmussen - just a few suggestions to consider. The main one being around how this should or could cross-link or otherwise display a bit more information about collections in general, so it's clearer how the column mapping works.
AndyButland
left a comment
There was a problem hiding this comment.
This looks really good to me now @madsrasmussen - much clearer to understand how the parts fit together.
|
Do these changes apply to version 18 as well? Also, are the new articles in this PR generated by (or with the assistance of) AI? |
| This defines how a list of entities is rendered in your collection. | ||
| Implement the Collection View as a Lit element that extends `UmbCollectionViewElementBase`. The base class provides the collection items via `_items`, handles selection state, and exposes helper methods such as `_isSelectableItem` and `_isSelectedItem`. Override `render()` to define how the collection is displayed. | ||
|
|
||
| Split the view into two elements: a view element that handles the layout and delegates item rendering to a dedicated item element. |
There was a problem hiding this comment.
I had a difficult time figuring out what the two elements were, so I suggest rewriting this into a short list:
| Split the view into two elements: a view element that handles the layout and delegates item rendering to a dedicated item element. | |
| Split the view into two elements: | |
| * A **view element** that handles the overall layout. | |
| * An **item element** that handles rendering individual items delegated to it by the view element. |
There was a problem hiding this comment.
This article is missing a description.
📋 Description
Adds documentation for the new Table Kind Collection View
✅ Contributor Checklist
I've followed the Umbraco Documentation Style Guide and can confirm that:
Product & Version (if relevant)
CMS 17.5
Deadline (if relevant)
With the release candidate of 17.4, scheduled for Thursday 11th June.