Search⌘ K
AI Features

Solution: Building a CompositeView

Explore how to build a CompositeView in Marionette.js by modifying templates, defining child views, and managing collections. Understand how to render child models in lists within a table view structure and handle events effectively for dynamic JavaScript applications.

The strategy we’ll use to solve this problem is simple.

Step 1: Modify tags in index.html

Use a composite view containing both the p tag and an empty ul ...