It seems that something goes wrong….
Now I see my table but I can't change anything inside the control of the module…. I try to change for example the search label but after i save the module everything go back to the previous state ( number of row to display 10; search label Search: etc etc
I'm working on the ARI Data Table table type
also i cannot use query ui themes because is off by default…
I'm on joomla 2.5.4 with Inspire Theme from Youtheme
Down some pictures (that's because the site is in local) and a portion of code that i used to embed my table in the article:
<p>{aridatatables moduleId="122"type="inline"}</p>
<table>
<thead>
<tr style="background-color: #e9e9e9; height: 30px;"><th>Colore</th><th>Codice</th><th>Lee Filters</th><th>Nome</th><th>Materiale</th><th>Rotolo</th><th>Foglio</th></tr>
</thead>
<tfoot>
<tr style="background-color: #e9e9e9;">
<td>colore</td>
<td align="center">codice</td>
<td align="center">Lee Filters</td>
<td align="center">nome</td>
<td align="center">materiale</td>
<td align="center">rotolo</td>
<td align="center">foglio</td>
</tr>
</tfoot>
<tbody>
<tr style="height: 30px;"><!--v-10 violet david-whitehead-->
<td style="width: 100px; border-width: 1px; border-color: #999999; border-style: solid; background-color: #c8c8fa;"> </td>
<td align="center">709</td>
<td align="center"><a class="jcepopup" href="
www.leefilters.com/lighting/colour-details.html#709&filter=cf&sort=number" target="_blank" rel="width[1000]">Dettagli</a></td>
<td align="center">Electric Lilac</td>
<!--Provides good colour rendering which creates a sharp edge, adding a touch of drama.-->
<td align="center">Poliestere</td>
<td align="center">7,62m x 1,22m</td>
<td align="center">0,53m x 0,61m</td>
</tr>
<tr style="height: 30px;"><!--v-20 violet -->
<td style="width: 100px; border-width: 1px; border-color: #999999; border-style: solid; background-color: #aaaaf0;"> </td>
<td align="center">142</td>
<td align="center"><a class="jcepopup" href="
www.leefilters.com/lighting/colour-details.html#142&filter=cf&sort=number" target="_blank" rel="width[1000]">Dettagli</a></td>
<td align="center">Pale Violet</td>
<!--Great Moonlight effect. Good for cyclorama lighting and highlighting foliage on plants. -->
<td align="center">Poliestere</td>
<td align="center">7,62m x 1,22m</td>
<td align="center">0,53m x 0,61m</td>
</tr>
</tbody>
</table>
<p>{/aridatatables}</p>
and this is the result in the last picture...