task Table with jQuery-based expandable rows and columns

2011-02-15

Working on a new project that will allow users to compare some of the leading Federal budget deficit reduction plans.  The data/plans will be presented in a table.  Because of the great detail of data, users are initially presented with a collapsed table.  I'm using jQuery to allow users to expand individual rows and columns.  Separately, users can also pick up to three plans to compare side by side in full detail.  

All of the data is stored in a content management system so that the client can add, revise, or remove additional plans as needed.

UPDATE: View the Case Study