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?

Need some example code for table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need some example code for table
#34639
Need some example code for table 11 Years, 4 Months ago Karma: 0
Can you give me the code that generated the table example at smart.ari-soft.com/ari-jcsv2table.html

I would like to create a table with cell outlines and be able to define column widths. One more nice thing would be to use shading behind every other line.

Thanks for any help.
The administrator has disabled public write access.
 
#34643
Re:Need some example code for table 11 Years, 4 Months ago Karma: 747
Hello,

For example if CSV file is located by <joomla_directory>/data/report.csv path, use the following plugin code:

Code:


{arijcsv2table url="data/report.csv"}
{/arijcsv2table}



It is also possible to use "ARI CSV Table" plugin with "ARI JDataTable" plugin, see example #2 here. Plugin code will look like:

Code:


{arijdatatable}
  {aricsvtable file="data/report.csv"}
  {/aricsvtable}
{/arijdatatable}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1