Data Views
Learn how to configure data views in Umbraco UI Builder.
Last updated
Was this helpful?
Learn how to configure data views in Umbraco UI Builder.
Last updated
Was this helpful?
Data views allow you to define multiple pre-filtered views of the same data source. This is useful when entities exist in different states and you need a way to toggle between them.
Data views are defined via the Collections settings.
AddDataView()
MethodCreates a data view with the specified name and a where clause filter expression. The expression must return a boolean
value.
AddDataView()
Method with GroupCreates a data view within a specified group, using a where clause filter expression. The expression must return a boolean
value.