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?

CSV Tables
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: CSV Tables
#40010
CSV Tables 11 Years ago Karma: 0
Hi,

Since my last post on the forum, the data is now showing up on the screen. But I'm having a problem doing anything with it. How do I get the data to display within one of the table themes that you have for example? And in terms of making it fully responsive, are there any possible solutions?

I have used the following code within an article:

{aricsvtable file="images/excel_csv/lotto-results-mega-monday.csv" delimiter=";"} {aricsvtablecolumns} {aricsvtablecolumn id="ID" alias="ID" width="20%" className="idg"} {aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"} {aricsvtablecolumn alias="Virtual Column" headerClassName="head" virtual="true"} {coltemplate}{/coltemplate} {/aricsvtablecolumn} {/aricsvtablecolumns} {aricsvtablecolumnspan row="-1,0,2,4" startIndex="0" endIndex="3"} {/aricsvtable}

Attached is a screenshot of what the data looks like now:

Last Edit: 2013/04/22 14:59 By Nadia.
The administrator has disabled public write access.
 
#40012
Re:SCV Tables 11 Years ago Karma: 747
Hello,

You can wrap "ARI CSV Table" plugin with "ARI JDataTable" plugin. The code will look like:

Code:


{arijdatatable}
  {aricsvtable file="images/excel_csv/lotto-results-mega-monday.csv" delimiter=";"}{/aricsvtable}
{/arijdatatable}



Using "Default jQuery UI 1.7.2 theme" drop-down in "ARI JQuery UI Loader" plugin settings to choose a theme for "ARI JDataTable".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40015
Re:SCV Tables 11 Years ago Karma: 0
Hi,

I tried that before and it did nothing at all? I also noticed that the plug-in ARI JQuery UI Loader seems to be grayed out, so I'm not sure if its enabled or not. It is not giving me an option to enable it either. When I hover over the enable tick box I just get a 'no entry' mouse symbol and can't click on it.

Although I can select themes on the right hand side fine. But once again there is no visual output.


Any suggestions?
Last Edit: 2013/04/22 15:54 By Nadia.
The administrator has disabled public write access.
 
#40016
Re:SCV Tables 11 Years ago Karma: 747
"ARI JQuery UI Loader" is a system plugin and it is not possible to disable it so "Enabled" checkbox is disabled.

Where we can see a problem with "ARI JDataTable" plugin?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40018
Re:SCV Tables 11 Years ago Karma: 0
Ok that makes sense, so no need to worry about the plug in itself.

I have changed the code the way you suggested, by wrapping it. The output was the same as it was in the screenshot I attached in the first post. Literally nothing changed visually.

Unfortunately I'm working on localhost so I don't have a live website to show you. (I should probably mention that I'm working in Joomla 3)

The code is now as follows:

{arijdatatable}{aricsvtable file="images/excel_csv/lotto-results-mega-monday-test.csv"} {aricsvtablecolumns} {aricsvtablecolumn id="ID" alias="ID" width="20%" className="idg"} {aricsvtablecolumn id="NAME" alias="UserName" headerClassName="head"} {aricsvtablecolumn alias="Virtual Column" headerClassName="head" virtual="true"} {coltemplate}{/coltemplate} {/aricsvtablecolumn} {/aricsvtablecolumns} {aricsvtablecolumnspan row="-1,0,2,4" startIndex="0" endIndex="3"} {/aricsvtable}{/arijdatatable}
Last Edit: 2013/04/22 16:10 By Nadia.
The administrator has disabled public write access.
 
#40019
Re:SCV Tables 11 Years ago Karma: 747
Try to set "All components" parameter to "Yes" in "System - ARI Smart Content" Joomla! plugin and set "Needs jQuery load" parameter to "No" in "ARI JQuery Loader" plugin settings.

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