Created
January 3, 2013 21:36
-
-
Save csessig86/4447531 to your computer and use it in GitHub Desktop.
Simple DataTables template part 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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