List Views
Configuring the list view of a collection in Umbraco UI Builder, the backoffice UI builder for Umbraco.
Last updated
Was this helpful?
Configuring the list view of a collection in Umbraco UI Builder, the backoffice UI builder for Umbraco.
Last updated
Was this helpful?
A list view is a list-based view of a collection entity providing features: pagination for large collections, custom data views, searching, and bulk actions.
The list view configuration is a sub-configuration of a Collection
config builder instance and is accessed via its ListView
method.
Accesses the list view config of the given collection.
Adds the given property to the list view.
Sets the heading for the list view field.
Sets the format expression for the list view field.
With field views, you can customize the markup the list view's field so you can show richer visualizations of the field's content. For more information you can check the Field Views Documentation.
Sets the view component for the list view field.
Sets the view component for the list view field.
Sets the runtime visibility of the list view field.
Sets the number of items to display per page for the given list view.