I entered the code below, and it's like the plugin doesnt even try to load, I see {arijtablesorter}{/arijtablesorter} at each end and an html generated table inbetween. I have all the plugins enabled, and my license in place.
Code: |
{arijtablesorter defaultSorting="1:DESC"}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
</tr>
</thead>
<tbody>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
</table>
{/arijtablesorter}
|