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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Cant change the title of a column
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Cant change the title of a column
#31517
Cant change the title of a column 11 Years, 7 Months ago Karma: 0
Hi guys,
I can't change the column titles.

Can someone help me please?

my code:

Code:

{arijdatatable bPaginate="false" }
  {aricsvtable file="images/Test.csv"} 
     {aricsvtablecolumns}
        {aricsvtablecolumn id="New Name" alias="Account" width="20%" className="idg"}
         {/aricsvtablecolumn}
     {/aricsvtablecolumns}
  {/aricsvtable}
{/arijdatatable}

File Attachment:
File Name: Test.txt
File Size: 1092
Last Edit: 2012/09/05 14:23 By Benjamin..
The administrator has disabled public write access.
 
#31518
Re:Cant change the title of a column 11 Years, 7 Months ago Karma: 747
Hello,

Use the next code:

Code:


{arijdatatable bPaginate="false"}
  {aricsvtable file="images/Test.csv"} 
     {aricsvtablecolumns}
        {aricsvtablecolumn id="Account" alias="New name" width="20%" className="idg"}
         {/aricsvtablecolumn}
     {/aricsvtablecolumns}
  {/aricsvtable}
{/arijdatatable}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#31547
Re:Cant change the title of a column 11 Years, 7 Months ago Karma: 0
Thanks
The administrator has disabled public write access.
 
Go to topPage: 1