Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 291 Bytes

File metadata and controls

11 lines (6 loc) · 291 Bytes

Displaying Only Committed DS.Model Records

Problem

You want to display only the committed DS.Model records from the ArrayController content array.

Solution

In order to not show the uncommitted records of your array, you should filter them on isNew property.

Discussion