Skip to main content

Detail View

Detail View configuration controls how a single record's data is presented when a user clicks on an item in the List View. This provides a focused view of all relevant fields for a specific record.

Configuration

To configure the Detail View for a collection:

  1. Navigate to AreasGeneral.
  2. Click Collection Configuration on the collection you want to modify.
  3. Select the Detail View tab.

Reference

The Detail View is highly customizable, allowing you to define the container's appearance and the arrangement of fields within it.

Display Settings

Enable Display Settings to customize the appearance and behavior of the detail view container.

Display Configuration
SettingDescription
Display ModeThe layout style for the detail view. Choose between Modal, Drawer, or Card.
Columns Per RowThe number of fields displayed per horizontal row (1-4).
WidthThe layout width in pixels. Available for Modal and Drawer modes.
Drawer PositionThe placement of the drawer (Left, Right, Top, or Bottom). Available for Drawer mode.

Fields Configuration

Enable Customize Detail View Fields to control which fields are visible and how they are laid out in the detail view.

View all field settings
ColumnDescription
Field NameThe field identifier. Required fields are marked with a star icon.
Column Span (0-12)How many grid columns the field should span.
VisibleToggle whether the field appears in the detail view.
ActionsReorder fields using the up/down arrows.

Example

To create a clean, single-column customer profile view:

  1. Set Display Mode to Drawer and Drawer Position to Right.
  2. Set Columns Per Row to 1.
  3. In Fields Configuration, enable only high-level fields like Email, PhoneNumber, and RegistrationDate.
  4. Set Column Span to 12 for all visible fields to use the full width of the drawer.