Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

CSV table: incapable of hiding a column
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSV table: incapable of hiding a column
#29990
CSV table: incapable of hiding a column 12 Years, 4 Months ago Karma: 0
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
File Attachment:
File Name: test_Csv.txt
File Size: 2611
Last Edit: 2012/07/23 13:56 By bibi2.Reason: one file did not upload
The administrator has disabled public write access.
 
#29998
Re:CSV table: incapable of hiding a column 12 Years, 4 Months ago Karma: 760
Hello,

Use the next plugin code:

Code:


{arijdatatable}
{aricsvtable file="/opt/bitnami/apps/joomla/htdocs/images/effectivestats_allcohort_agrandi.csv" cellpadding="3" cellspacing="1"}
{aricsvtablecolumns}
{aricsvtablecolumn id="SN" width="15" className="idg"}{/aricsvtablecolumn}
{aricsvtablecolumn id="TMR" width="15" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="percentValue" alias="PL" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="MMQV" "width="15" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="RCS" width="15" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="MC" width="15" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="CS" width="15" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="CS HQ" width="15" headerClassName="head"}{/aricsvtablecolumn}
{aricsvtablecolumn id="MC HMQV" width="15" headerClassName="head"}
{/aricsvtablecolumn}
{aricsvtable hidden="true" id="PT"}{/aricsvtablecolumn}
{/aricsvtablecolumns}
{/aricsvtable}
{/arijdatatable}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#30000
Re:CSV table: incapable of hiding a column 12 Years, 4 Months ago Karma: 0
ok, I understand how to create the code now.

but the column I want to hide still appears

bibi2

p.s. thanks for such a fast answer!
Last Edit: 2012/07/23 17:48 By bibi2.
The administrator has disabled public write access.
 
Go to topPage: 1