-
Notifications
You must be signed in to change notification settings - Fork 824
Add Table Kind Collection View Documentation #8043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
madsrasmussen
wants to merge
23
commits into
umbraco:main
Choose a base branch
from
madsrasmussen:v17/feature/table-kind-collection-view
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4eead9d
Add Table Collection View docs and TOC
madsrasmussen e7b1dee
change custom view implementation from table to a simpler example
madsrasmussen f43a2dd
Update table.md
madsrasmussen 357dcd5
Add Collection docs and update collections overview
madsrasmussen 56aa805
Update README.md
madsrasmussen 14f4080
Update README.md
madsrasmussen 5cd77b4
Add UmbCollectionItemModel to docs
madsrasmussen c218b96
remove redundant information
madsrasmussen be68979
remove redundant information
madsrasmussen 05a0f57
Update table.md
madsrasmussen 52ea400
Clarify collection-view docs and model refs
madsrasmussen 4223956
change flow
madsrasmussen 5f55cfc
Split collection view into view and item elements
madsrasmussen 6fef695
Add select-only mode for collection items
madsrasmussen d2d080c
Update README.md
madsrasmussen 8fd6643
Merge branch 'main' into v17/feature/table-kind-collection-view
madsrasmussen 845135e
Merge branch 'main' into v17/feature/table-kind-collection-view
madsrasmussen 2b8c4f4
Create collection.md
madsrasmussen 9fb7621
move to new location
madsrasmussen 7f969d1
Update SUMMARY.md
madsrasmussen 9c926c7
Update SUMMARY.md
madsrasmussen 4a2bf24
Remove Collection Action link from README
madsrasmussen 4f388c8
Fix relative link to Fetching Data README
madsrasmussen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 19 additions & 2 deletions
21
.../backoffice-extensions/extending-overview/extension-types/collections/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,23 @@ | ||
| --- | ||
| description: >- | ||
| An overview of the available extension types related to collections. | ||
| Learn how to register a Collection extension, connect it to a Collection Repository and configure Collection Views to display entity lists. | ||
| --- | ||
|
|
||
| # Extension Types: Collections | ||
| # Collections | ||
|
|
||
| A Collection is an extension that fetches and exposes a list of entities in the Umbraco backoffice. It connects a **Collection Repository**, for fetching data, and one or more **Collection Views** (the display layer). | ||
|
|
||
| The Collection itself does not render anything. It manages pagination, filtering, and selection state — the Collection Views decide how items are presented. | ||
|
|
||
| ## How the parts relate | ||
|
|
||
| | Part | Role | | ||
| |---|---| | ||
| | **Collection** | Registers the extension and points to a repository alias | | ||
| | **Collection Repository** | Fetches and returns items | | ||
| | **Collection View** | Bound to the collection via its alias; renders the items | | ||
|
|
||
| ## Articles | ||
|
|
||
| * [Collection](collection.md) | ||
| * [Collection View](collection-view/README.md) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.