Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reactive_components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ Read more about the [isolated component](/docs/reactive_components/600-isolated/

With the `collection` component you can display active record model or similar collections and add features like filtering, paginating and ordering with ease. Each of these features requires no page reload to take effect, because the `collection` component leverages a `async` component in combination with the event hub to only reload the effected content of the collection. The `collection` component is a bit more complex as it offers a lot of functionality, that's why we will not explain the rudimentary usage here.

Take a look at the [collection component guide](/docs//guides/700-collection/README.md) to learn how it works and how to use it.
Take a look at the [collection component guide](/docs/reactive_components/700-collection/README.md) to learn how it works and how to use it.