Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html table with sortable columns

<table class="sortable">
 <thead>
   <tr>
     <th>Athlete</th>
     <th>Age</th>
     <th>Country</th>
     <th>Gold Medals</th>
  </tr>
 </thead>
 <tbody>
   <tr>
    <td>David Boudia</td>...
Source by www.bu.edu #
 
PREVIOUS NEXT
Tagged: #html #table #sortable #columns
ADD COMMENT
Topic
Name
7+2 =