Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created January 3, 2013 21:36
Show Gist options
  • Save csessig86/4447531 to your computer and use it in GitHub Desktop.
Save csessig86/4447531 to your computer and use it in GitHub Desktop.
Simple DataTables template part 2
<table id="five_year" style="width: 620px;">
<thead>
<tr>
<th class="NAME-cell">NAME</th>
<th class="2008 Enrollment-cell">2008 Enrollment</th>
<th class="2012 Enrollment-cell">2012 Enrollment</th>
<th class="Increase/Decrease-cell">Increase/Decrease</th>
<th class="Percent Increase/Decrease-cell">Percent Increase/Decrease</th>
</tr>
</thead>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment