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?

Replicate demo Example2: ARI CSV Table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Replicate demo Example2: ARI CSV Table
#26859
Replicate demo Example2: ARI CSV Table 13 Years ago Karma: 0
G'day,

I was wondering if you can provide the exact code to replicate the Example 2 listed in smart.ari-soft.com/ari-csv-table-plugin.html
I can see you provided a sort of example in Usage 2... but I am still confused.
Additionally, could you please list the HTML tags used to display this module? I am asking because the module that contains the table's requires this information. So far I have listed: table,td,tr,th...

Many thanks in advance.

Cheers!
The administrator has disabled public write access.
 
#26865
Re:Replicate demo Example2: ARI CSV Table 13 Years ago Karma: 763
Hello,

The second sample wrap table which is loaded from a CSV file with ARI JDataTable plugin. The next code can be used:

Code:


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



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26896
Re:Replicate demo Example2: ARI CSV Table 13 Years ago Karma: 0
Hello there,
Thanks for your reply.
Additionally, could you please list the HTML tags used to display this module?
I have to list the tags in the module that contains the table. So far I have listed: table,td,tr,th... but I am just getting a plain table, no search box, no filtering.
Thanks in advance,
Cheers
The administrator has disabled public write access.
 
#26898
Re:Replicate demo Example2: ARI CSV Table 13 Years ago Karma: 763
A table uses the next HTML tags:

TABLE
THEAD
TBODY
TR
TH
TD

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