From 0b5a654d73e76c1bb260b7c208b1ac41f2c2685f Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Tue, 9 Oct 2018 17:31:23 +1300 Subject: [PATCH] Add changelog entry for the GridFieldLazyLoader. --- docs/en/04_Changelogs/4.3.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/04_Changelogs/4.3.0.md b/docs/en/04_Changelogs/4.3.0.md index 5daef0f32..58f9a5b9d 100644 --- a/docs/en/04_Changelogs/4.3.0.md +++ b/docs/en/04_Changelogs/4.3.0.md @@ -6,6 +6,7 @@ - `DataList`, `ArrayList` and `UnsavedRalationList` all have `columnUnique()` method for fetching distinct column values - Take care with `stageChildren()` overrides. `Hierarchy::numChildren() ` results will only make use of `stageChildren()` customisations that are applied to the base class and don't include record-specific behaviour. - New React-based search UI for the CMS, Asset-Admin, GridFields and ModelAdmins. + - A new `GridFieldLazyLoader` component can be added to `GridField`. This will delay the fetching of data until the user access the container Tab of the GridField. ## Upgrading {#upgrading}