Drupal is a registered trademark of Dries Buytaert
Release: Trash 3.0.31 Minor update available for module trash (3.0.31). Release: Editoria11y Accessibility Checker 3.0.8 Minor update available for module editoria11y (3.0.8). Release: UI Icons 2.0.0 Major update available for module ui_icons (2.0.0). Release: Smartling Connector for Drupal 8.x-9.26 Minor update available for module tmgmt_smartling (8.x-9.26). Release: Project Browser Localizer 3.0.6 Minor update available for module pb_localizer (3.0.6). Release: FileGate 1.6.1 Minor update available for module file_gate (1.6.1). Release: FileGate 1.6.0 Minor update available for module file_gate (1.6.0). Release: NoBotIQ Spam Protection 1.1.1 Minor update available for module nobotiq_spam_protection (1.1.1). Module Revived: MaxLength 3.2.0 Module maxlength updated after 11 months of inactivity (3.2.0). Usage Milestone: Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module allows you to embed one Drupal view inside another, creating a nested display. It achieves this by adding configured child views as fields to parent views, passing contextual filters from the parent row to the child view to ensure relevant data is shown. This is useful for displaying related content in a structured way, such as listing group members within a list of groups.

The Views Field View module is a powerful tool for site builders who need to create nested data structures. It allows you to embed one view as a field within another, creating a "view-within-a-view" architecture that handles complex relationships with ease.

How It Works

The module provides a specialized field handler for Drupal Views. When you add this field to your "Parent" view, you can select a "Child" view to display inside it. Most importantly, it allows you to pass contextual filters (arguments) from the parent row - such as a Node ID or User ID - directly into the child view to ensure the embedded data is relevant to that specific row.

A Common Use Case: Nested Memberships

Example: building a directory of Groups. In main list, you want to show the group's name and description, but you also want to display a sub-list of the first and last names of all members belonging to that specific group.

  • The Parent View: Lists the Groups.
  • The Child View: Lists User names, filtered by a Group ID.
  • The Connection: Views Field View passes the Group ID from the parent row into the child view’s contextual filter.

Performance & Caching

Because nesting views can be resource-intensive (as it triggers additional database queries for every row in your list), caching is highly recommended. To keep your site fast and responsive, consider using advanced caching strategies:

  • Views Content Cache: Automatically clears the view cache when specific content types are updated.
  • Cache Actions: Provides Rules integration to trigger cache clearing based on specific site events.

Activity

Tracked releases
1
Tracked since
May 2026
Latest release
2 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
8.x-1.0 Stable May 5, 2026