Update Grouping_DataObject_Sets.md

This commit is contained in:
Manuel Thalmann 2021-05-14 15:43:44 +02:00 committed by GitHub
parent 0a7570dd96
commit 4de89323f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ class Page extends SiteTree
} }
} }
``` ```
The final step is the render this into the template using the [GroupedList::GroupedBy()](api:SilverStripe\ORM\GroupedList::GroupedBy()) method. The final step is to render this into the template using the [GroupedList::GroupedBy()](api:SilverStripe\ORM\GroupedList::GroupedBy()) method.
```ss ```ss
// Modules list grouped by the Month Posted // Modules list grouped by the Month Posted