I'm replicating the Products demo for the List view and am wondering how to go about a pure client-side ListView that deals with an array instead of any JSON/Ajax calls. I'm looking at the similar functionality of Add a new record, edit, and delete. What I have achieved so far is a state where once I add a new record and save it, it get nullified.