Hi!
I was trying to add parameters to my JTablesorter. After adding, the Jtablesorter did not sort anymore and in the frontend shows up
{arijtablesorter etc}
then comes the table w/o sorting function
{/arijtablesorter}
I deleted the added functions, but it still does not work anymore.
What did I do wrong?
See html:
<p> </p>
<p><strong><span style="font-size: small;">Alle Zahlenangaben in EUR</span></strong></p>
<p>{arijtablesorter notSortableCols="1" sorters="0:currency,2:currency,3:currency,4:currency"}</p>
<table border="0" cellspacing="0" cellpadding="8">
<thead>
<tr style="text-align: left;">
<th>Listen#</th><th>Branche</th><th>Kaufpreis</th><th>Umsatz</th><th>Cash Flow</th>
</tr>
</thead>
<tbody>
<tr>
<td style="TEXT-ALIGN: center"><a href="index.php?option=com_content&view=article&id=12:4016"></a><a href="index.php?option=com_content&view=article&id=12:4016"></a><a class="welche Klasse" href="index.php/verkaufsmandate/schweiz/12-4016" title="Schmiermittel">4016</a><a class="welche Klasse" href="index.php?option=com_content&view=article&id=12:4016" title="Schmiermittel" rel="welche Religion"></a><a class="welche Klasse" href="index.php?option=com_content&view=article&id=12:4016" title="Schmiermittel" rel="welche Religion"></a></td>
<td>chemischer Betrieb fьr Schmiermittel <span style="background-color: #ffff00;"><span style="color: #000000;">NEU</span></span></td>
<td style="TEXT-ALIGN: right">60,000</td>
<td style="TEXT-ALIGN: right"> 530,000</td>
<td style="TEXT-ALIGN: right">auf Anfrage</td>
</tr>
<tr>
<td style="TEXT-ALIGN: center"><a href="index.php/verkaufsmandate/schweiz/13-4015">4015</a></td>
<td>Versicherungstreuhand </td>
<td style="TEXT-ALIGN: right">326,000</td>
<td style="TEXT-ALIGN: right">360,000</td>
<td style="TEXT-ALIGN: right">1,100,000</td>
</tr>
<tr>
<td style="TEXT-ALIGN: center">4013</td>
<td>Industrielackierungen </td>
<td style="text-align: right;">600,000</td>
<td style="text-align: right;"> 3,000,000</td>
<td style="text-align: right;">100,000</td>
</tr>
<tr>
<td style="TEXT-ALIGN: center">4012</td>
<td>Energie- und Klimatechnik</td>
<td style="text-align: right;">366,000</td>
<td style="text-align: right;">1,200,000</td>
<td style="text-align: right;">100,000</td>
</tr>
<tr>
<td style="TEXT-ALIGN: center">4011</td>
<td>groЯer Fotofachhandel</td>
<td style="text-align: right;">1,000,000</td>
<td style="text-align: right;">2,000,000</td>
<td style="text-align: right;">2,170,000</td>
</tr>
<tr>
<td style="text-align: center;"><a href="index.php?option=com_content&view=section&id=1&Itemid=3"></a><a href="index.php?option=com_content&view=section&id=1&Itemid=3">4010</a><a href="index.php?option=com_content&view=section&id=1&Itemid=3"></a></td>
<td>Smartphone Hersteller Mulit OS-Plattform <strong><span style="color: #ff0000;">UPDATE</span></strong></td>
<td style="text-align: right;">ab 33,000</td>
<td style="text-align: right;">Grob 33,000,000</td>
<td style="text-align: right;">auf Anfrage</td>
</tr>
<tr>
<td style="text-align: center;">4008</td>
<td>Reinigungsunternehmen Nordwestschweiz <strong><span style="color: #ff0000;">UPDATE</span></strong></td>
<td style="text-align: right;">730,000</td>
<td style="text-align: right;">2,900,000</td>
<td style="text-align: right;"> 133,000</td>
</tr>
<tr>
<td style="text-align: center;">4006</td>
<td>Telemarketing Callcenter <span style="color: #ff0000;"><strong>UPDATE</strong></span></td>
<td style="text-align: right;">auf Anfrage</td>
<td style="text-align: right;">420,000</td>
<td style="text-align: right;">auf Anfrage</td>
</tr>
<tr>
<td style="text-align: center;">4005</td>
<td>IT-Infrastruktur fьr Banken, Industrie und Handel</td>
<td style="text-align: right;">2,500,000</td>
<td style="text-align: right;">5,900,000</td>
<td style="text-align: right;">400,000</td>
</tr>
<tr>
<td style="text-align: center;">4003</td>
<td>Software fьr Instrumente in Spitдleren und fьr Verbдnde <strong><span style="color: #ff0000;">UPDATE</span></strong></td>
<td style="text-align: right;">118,000</td>
<td style="text-align: right;">250,000</td>
<td style="text-align: right;">62,000</td>
</tr>
</tbody>
</table>
<p>{/arijtablesorter}</p>