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?

HTML table plugin for CSV
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: HTML table plugin for CSV
#56787
HTML table plugin for CSV 8 Years, 2 Months ago Karma: 0
I love the formatting and flexibility of Smart Content, but I am having to use two different vendor's plugins to get the results I need.

I need a way to read in the CSV file to create the HTML table so your datatable plugin will render the searchable table.

Right now I am using your datatable plugin that includes CSV content from another vendors plugin but would like to have everything from on vendor to avoid conflicts.

{datatable autoWidth="0"}{artcsv2simpletable file="/files/orders/{JoomlaUserID}.csv" linedelim="\n" sortable="false"}{/artcsv2simpletable}{/datatable}

The Datatable with your jquery support is great, especially with the layout controls. The problem is that the CSV file is dynamic and changes based on the content being displayed so creating a pre-defined data source won't work. The other plugin reads the CSV file from a dynamic variable and then turns that over to the datatable plugin.

The Smart Content html table does this, but not from content, only a module. Is there another option from ARI?
The administrator has disabled public write access.
 
#56792
Re:HTML table plugin for CSV 8 Years, 2 Months ago Karma: 747
Hello,

Do you want to use ID of currently logged user in CSV file name?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56793
Re:HTML table plugin for CSV 8 Years, 2 Months ago Karma: 0
In my current case I have a plugin that displays the full path of the csv file like {{jev_upload_file}}...my example was something I tried to do as a workaround earlier. This is for data results that are uploaded and stored another events compnent--we upload a file that can be either xls, txt, or csv, etc. and then we use the plugin in the middle of your datatable plugin to create the html table that your plugin so nicely formats.
The administrator has disabled public write access.
 
#56794
Re:HTML table plugin for CSV 8 Years, 2 Months ago Karma: 747
The extension contains "ARI Smart Content - Data Table" plugin. It can convert plain HTML tables to DataTable widget. For this wrap a HTML table with {datatable} ... {/datatable} plugin code. Read here about it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56798
Re:HTML table plugin for CSV 8 Years, 2 Months ago Karma: 0
Yes, I know...as you can see I am already using your datatable plugin. The problem is that I have to use another vendors plugin to convert the csv file into the html table for your plugin to run.

I was hoping since you already had a csv MODule, that a content plugin for csv to table would also be possible.

Thanks anyway.
The administrator has disabled public write access.
 
#56800
Re:HTML table plugin for CSV 8 Years, 2 Months ago Karma: 747
Accordion to your first post, you use another plugin to use ID of currently logged user in name of CSV file. "ARI Smart Content" supports ability to use {$UserId} variable in CSV file name in data source settings.

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