My URL is:
www.osac.edu.sg/agent-list/test-agent-list-2
This the plugin code i inserted on article:
Certified Student Recruitment Agents
{arijdatatable} {aricsvtable file="/agentlist/Active-Agents.csv"} {aricsvtablecolumns} {aricsvtablecolumn id="ID" alias="ID" width="5%" className="idg"} {aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"} {aricsvtablecolumn alias="Virtual Column" headerClassName="head" virtual="true" pos="1"} {/aricsvtablecolumn} {/aricsvtablecolumns} {/aricsvtable} {/arijdatatable}
Terminated Student Recruitment Agents
{arijdatatable} {aricsvtable file="/agentlist/Terminated-Agents.csv"} {aricsvtablecolumns} {aricsvtablecolumn id="ID" alias="ID" width="15%" className="idg"} {aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"} {aricsvtablecolumn alias="Virtual Column" headerClassName="head" virtual="true" pos="1"} {/aricsvtablecolumn} {/aricsvtablecolumns} {/aricsvtable} {/arijdatatable}
---------------
FIRST QUESTION:
How can i change the title of the column header?
1. Company_Name = Company Name
2. Portfolio = Country
3. Agenct_Certno = Certificate No.
4. Contract_enddate = Validity
SECOND QUESTION:
How can i change the width of the column?
as you can see with the link, the 3rd and 4th Column Header or not properly aligned.