Hi
I'm using Ari CSV Table wrapped in Ari JData table and I can't find how to hide a column. I know i'm supposed to add «Hidden="true"» to the code of this column, but it doesn't work for me...
Also, I can't change the column titles (it doesn't display what I write in column id, in column alias nor the column title in my csv file...)
Finally, is there a way to reduce the size of everything in the table so all the columns fit in the page? Normally I should see 10 of them, including the one I don't want to see, but only 6 columns appear for now
.
here is my code:
{arijdatatable}
{aricsvtable file="/opt/bitnami/apps/joomla/htdocs/images/effectivestats_allcohort_agrandi.csv" cellpadding="3" cellspacing="1"}
{aricsvtablecolumns}
{aricsvtablecolumn id="SN" alias="SN" width="15" className="idg"}
{aricsvtablecolumn id="TMR" alias="TMR" width="15" headerClassName="head"}
{aricsvtable hidden="true" virtual="true" width="0%" column id="PT" alias="PT" headerClassName="head"}
{aricsvtablecolumn id="PL" alias="Percentvalue" headerClassName="head"}
{aricsvtablecolumn id="MMQV" alias="MMQV "width="15" headerClassName="head"}
{aricsvtablecolumn id="RCS" alias="RCS" width="15" headerClassName="head"}
{aricsvtablecolumn id="MC" alias="MC" width="15" headerClassName="head"}
{aricsvtablecolumn id="CS" alias="CS" width="15" headerClassName="head"}
{aricsvtablecolumn id="CS HQ" alias="CS HQ" width="15" headerClassName="head"}
{aricsvtablecolumn id="MC HMQV" alias="MC HMQV" width="15" headerClassName="head"}
{/aricsvtablecolumn}
{/aricsvtablecolumns}
{/aricsvtable}
{/arijdatatable}
(column PT is the one I don't want to hide)
I join the table I obtain and the source file so you can tell me what I do wrong.
thank you very much, you do an amazing job!
bibi2