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.
Configuring a list view
The list view configuration is a sub-configuration of a Collection config builder instance and is accessed via its ListView method.
Sets the format expression for the list view field.
// ExamplefieldConfig.SetFormat((v, p) =>$"{v} years old");
Setting the view of a 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.