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?

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 12 Years, 2 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 12 Years, 2 Months ago Karma: 760
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 12 Years, 2 Months ago Karma: 0
Thanks
The administrator has disabled public write access.
 
Go to topPage: 1