This is the code! please help me sort out this!
This is a short list of the products!
Please give me all info I need to set it up!
The steps I did:
1) installed the plugin and activated it
2) created a new custom module and I added the following code
<table id="products" cellpadding="2" cellspacing="1" width="100%">
<thead>
<tr bgcolor="#669900">
<th class="sort_header" align="left"><font color="#ffffff">TRADE NAME</font></th>
<th class="sort_header" align="left"><font color="#ffffff">GENERIC NAME</font></th>
<th class="sort_header" align="left"><font color="#ffffff">FORM</font></th>
<th class="sort_header" align="left"><font color="#ffffff">THERAPEUTIC CATEGORY</font></th></tr></thead>
<tbody>
<tr class="r1">
<td class="c1">ACETAZOLAMIDE</td>
<td class="c2">ACETAZOLAMIDE BP 250</td>
<td class="c3">TAB</td>
<td class="c4">Diuretic</td></tr>
<tr class="r2">
<td class="c1">CYCLOVAX 200</td>
<td class="c2">ACICLOVIR BP 200</td>
<td class="c3">TAB</td>
<td class="c4">Antiviral</td></tr>
<tr class="r3">
<td class="c1">CYCLOVAX 400</td>
<td class="c2">ACICLOVIR BP 400</td>
<td class="c3">TAB</td>
<td class="c4">Antiviral</td></tr>
<tr class="r4">
<td class="c1">CYCLOVAX</td>
<td class="c2">ACICLOVIR BP 5% W/W</td>
<td class="c3">CM</td>
<td class="c4">Antiviral</td></tr></tbody>
<tfoot>
<tr>
<th class="c1" align="left">TRADE NAME</th>
<th class="c2" align="left">GENERIC NAME</th>
<th class="c3" align="left">FORM</th>
<th class="c4" align="left">THERAPEUTIC CATEGORY</th></tr></tfoot></table>
{sortable}myTable|ascending|descending{/sortable}