mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9936 from manuth/patch-9
Update Grouping_DataObject_Sets.md
This commit is contained in:
commit
414a9e4ce2
@ -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
|
||||
// Modules list grouped by the Month Posted
|
||||
|
Loading…
Reference in New Issue
Block a user