For example if an article contains the next HTML table and you want to convert it to "ARI JDataTable":
Code: |
<table>
<thead>
<tr>
<th>Col 1</th>
<th>Col 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>val 1</td>
<td>val 2</td>
</tr>
<tr>
<td>val 3</td>
<td>val 4</td>
</tr>
</tbody>
</table>
|
wrap it with {arijdatatable} and {/arijdatatable} tags. It will look like:
Code: |
{arijdatatable}
<table>
<thead>
<tr>
<th>Col 1</th>
<th>Col 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>val 1</td>
<td>val 2</td>
</tr>
<tr>
<td>val 3</td>
<td>val 4</td>
</tr>
</tbody>
</table>
{/arijdatatable}
|
If you want to convert table in a module, it requires to modify module template and wrap table in a module with {arijdatatable} and {/arijdatatable} tags and use "System - ARI Smart Content" plugin instead of "ARI Smart Content" Joomla! content plugin. "System - ARI Smart Content" plugin can be downloaded
here, see "F.A.Q." tab.
PS: If you wish, you can provide temporary access to your Joomla! backend by
email and describe what table do you want to convert and we will help to configure the extension.
Regards,
ARI Soft