Building a dynamic Bootstrap table from an API call

TableAPI is an example of a Bootstrap table filled in with an API call within an MVC project. The Home Controller has an ActionResult function that returns a View referencing this very page. This markup contains a $.getJSON(uri) call to the ComicsAPIController which is actually just a seperate Controller in the MvcBootstrap project.
ID Title Image URL Price Status