Hello
You can use the following code:
Code: |
{arijaccordion animated="easeslide" width="500"}
{arijaccordionitem title="Title 1"}
First section
{/arijaccordionitem}
{arijaccordionitem title="Title 2"}
{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>
</tbody>
</table>
{/arijtablesorter}
{/arijaccordionitem}
{/arijaccordion}
|
Regards,
ARI Soft