Ben's Sandbox
  • Projects
  • Tags

Basic Tables using Backbone Views


View Blog   View Source  
Instead of using one view that renders the entire table using partials, this version is broken into two views - one to render the main table and headers and the other to render one row from the collection. This approach provides flexibility as additional functionality is added to the main table and each row.

© Ben Olson 2012 with help from Jekyll Bootstrap and Twitter Bootstrap