As a newbie in using ARI-software I did a litte experiment with ARI JData Table. With "normal Data" like the following it works fine :
{arijdatatable bPaginate="true" }</p>
<table>
<thead>
<tr>
<th>Spalte1</th> <th>Spalte 2</th> <th>Spalte 3</th> <th>Spalte 4</th>
</tr>
</thead>
<tbody>
<tr>
<td>b</td>
<td>c</td>
<td>d</td>
<td>a</td>
</tr>
<tr>
<td>c</td>
<td>d</td>
<td>a</td>
<td>b</td>
</tr>
<tr>
<td>a</td>
<td>b</td>
<td>c</td>
<td>d</td>
</tr>
<tr>
<td>d</td>
<td>a</td>
<td>b</td>
<td>cdweb.de</td>
</tr>
</tbody>
</table>
{/arijdatatable}
but if I modify the value of C4/R4 (cdweb.de) into an email-adress
cd@web.de it shows for a short Time the correct built table (without Style) and then I get a blank window only with the e-mail-Link on it (see attached file).
So I tried the same with .csv-File and other ARI components like ARI CSV Table, ARI JCSV 2 Table and wrapped ARI Table Sorter/ARI CSV Table.
They all work fine, even with e-mai-adresses!???
Is this my faulty use of ARI JData Table or a plugin-problem? Please try to give me a hint!
A second problem i recognized (see red arrow in picture) ist that the Table formatting of header and footer works dynamic, but not the Table rows. They seem to be of fixed width. How can I get them to dynamic-width?
Thanks an best regards