From c0377409ec6585c7c51232d8082e6291440d2781 Mon Sep 17 00:00:00 2001 From: Antony Milne <49395058+antonymilne@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:33:19 +0000 Subject: [PATCH] Update vizro-core/docs/pages/user-guides/data.md Co-authored-by: Jo Stichbury --- vizro-core/docs/pages/user-guides/data.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vizro-core/docs/pages/user-guides/data.md b/vizro-core/docs/pages/user-guides/data.md index f0fa3cfe5..7cf9dc26e 100644 --- a/vizro-core/docs/pages/user-guides/data.md +++ b/vizro-core/docs/pages/user-guides/data.md @@ -407,7 +407,11 @@ controls = [ ] ``` -When Vizro initially builds a filter that depends on parametrized dynamic data loading, data is loaded using the default argument values. This data is used to perform initial validation, check which data sources contain the specified `column` (unless `targets` is explicitly specified) and determine the type of selector to use (unless `selector` is explicitly specified). +When Vizro initially builds a filter that depends on parametrized dynamic data loading, data is loaded using the default argument values. This data is used to: + +* perform initial validation +* check which data sources contain the specified `column` (unless `targets` is explicitly specified) and +* determine the type of selector to use (unless `selector` is explicitly specified). !!! note