Last updated
Last updated
A list view is a list based view of a collections entities providing such features as pagination for large collections, custom data views, searching and bulk actions.
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.
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.
The list view configuration is a sub configuration of a config builder instance and is accessed via it's ListView
method.
Field views allow you to customize the markup of the field in the list view so that you can show more rich visualizations of the fields content. See for more info.
Configuring the list view of a collection in Konstrukt, the back office UI builder for Umbraco.