Chapter 8. Building an Editable Products Grid with CRUD Operations

In this chapter we will walk through building an editable products grid application. This application will allow the users to create, view, update, and delete products. In the previous chapters, we used a server stub to mimic the server. However, in this chapter, we will learn how to develop a client to communicate with a real server, which exposes the RESTful services for CRUD operations. The products grid application will build and enhance the concepts learned in the previous chapters.

We will implement the following application features in this chapter:

  • View a list of all the products, including product ID, name, description, and price
  • Delete a product from the product list
  • Add ...

Get KnockoutJS by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.