Skip to content

Commit

Permalink
Update vizro-core/docs/pages/user-guides/data.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Stichbury <[email protected]>
  • Loading branch information
antonymilne and stichbury authored Nov 29, 2024
1 parent 9fc39e8 commit c037740
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vizro-core/docs/pages/user-guides/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c037740

Please sign in to comment.