Data (tables) - creating cart

Is there a video to demo how to use data tables?

Creating food app, plan to use the Data feature for the ‘Cart’ to track the order

Hi Michael,

This video should give you a good start on the data tab and related data tables. For a simple shopping cart single item, you might just be dealing with a list and each time someone clicks “add to cart”, you append an item to the shoppingCart list. Here are some good videos discussing lists.

  1. Introduction to Lists - Part 1 - Video (Download)
  2. Introduction to Lists - Part 2 -
  3. Introduction to Lists - Part 3 Assigning and Updating

These resources are all from CSP as lists, loops and traversals are an entire unit so you may want to explore those resources if you aren’t already familiar with them. It also depends on how complicated you are looking to make your app.

Hope that helps get you started!

~Michelle

1 Like