Hi,
Could you please help me with a table? I need Search and First, Previous, 1,2 Next Last buttons...just like in
smart.ari-soft.com/ari-jdatatable.html.
Also, the header is too high (id, Titulatura, Nume etc..)and the drpdown with the no of pages is not in line with the page you are in box (1/254) .
You can login to
testweb.umf.ro/umf/administrator - the article is PROFI TEST 5.
You have the username and password, sent in a previous email.
Do you have a strong documentation for this component? A pdf file maybe?
The code is :
{arijtablesorter paging="true" pageSize="5" pageList="10,20" showFirst="true" showPrev="true" showNext="true" showLast="true" zebra="true" defaultSorting="1:ASC" } {arisqltable} {arisqltablecolumns} {arisqltablecolumn id="ID" alias="ID" width="5%" height="50%" className="idg"}{arisqltablecolumn id="Titulatura" alias="ID" width="10%" height="20%" className="idg"} {arisqltablecolumn id="NAME" } {arisqltablecolumn id="NAME" headerClassName="head"} {arisqltablecolumn id="Prenume" } {arisqltablecolumn id="Prenume" headerClassName="head"}{arisqltablecolumn id="Functie" } {arisqltablecolumn id="Functie" headerClassName="head"} {/arisqltablecolumn} {/arisqltablecolumns} {arisqltablequery} SELECT id AS ID,titulatura AS Titulatura,nume AS Nume,prenume AS Prenume,functie AS Functie FROM #__profi {/arisqltablequery} {/arisqltable} {/arijtablesorter}
Kind regards,
Dodu