diff --git a/docs/en/reference/grid-field.md b/docs/en/reference/grid-field.md index e8910786f..fbc05e9c1 100644 --- a/docs/en/reference/grid-field.md +++ b/docs/en/reference/grid-field.md @@ -249,6 +249,32 @@ Here is a list of components for generic use: - `[api:GridFieldPaginator]` - `[api:GridFieldDetailForm]` +## Flexible Area Assignment through Fragments + +GridField layouts can contain many components other than the table itself, +for example a search bar to find existing relations, a button to add those, +and buttons to export and print the current data. The GridField has certain +defined areas called "fragments" where these components can be placed. +The goal is for multiple components to share the same space, for example a header row. + +Built-in components: + + - `header`/`footer`: Renders in a ``/`
`, should contain table markup + - `before`/`after`: Renders before/after the actual `