Basic Tables using Backbone Views
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.