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?

DataTable x Datatable Pack
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: DataTable x Datatable Pack
#48114
DataTable x Datatable Pack 10 Years, 1 Month ago Karma: 0
I purchased ARI Smart Content: DataTable Pack ($25) because you said: "This component... It helps to create powerful tables for your Joomla system from HTML table, database data or CSV file. you don't need to find and pay for different Joomla! components for working with data, CSV files and HTML tables."

But now I see references in responses in the Data Table section to configuration type screens that I can't find with DataTable Pack.

I need show table and can load data from databases and CSV files.

How Can I do?
The administrator has disabled public write access.
 
#48115
Re:DataTable x Datatable Pack 10 Years, 1 Month ago Karma: 746
Hello,

ARI Smart Content and ARI Data Tables are two different extensions.

You can use ARI CSV Table and ARI SQL Table plugins to show data from CSV files and databases.

For example if you want to show data from <joomla_directory>/data/report.csv file, use the following plugin code (place it into an article or other content where you want to show a table):

{aricsvtable file="date/report.csv"}
{/aricsvtable}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48119
Re:DataTable x Datatable Pack 10 Years, 1 Month ago Karma: 0
Ok. I can see the table on site now. Thank you.

but How Can I show tables with pagination, filter and sorting?

I would like to load data from CSV files and show table with pagination, filter,
and sort with data type detection.

Alisson
The administrator has disabled public write access.
 
#48120
Re:DataTable x Datatable Pack 10 Years, 1 Month ago Karma: 746
"ARI CSV Table" plugin can be wrapped with a table plugin. For example with ARI JDataTable plugin. Plugin code will look like:

{arijdatatable bPaginate="true"}
{aricsvtable file="date/report.csv"}
{/aricsvtable}
{/arijdatatable}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48121
Re:DataTable x Datatable Pack 10 Years, 1 Month ago Karma: 0
and How Can I do customizable and flexible tables?
Customizable row and column with differents colors.
How Can I change the themes?

Thank you

Alisson
The administrator has disabled public write access.
 
#48122
Re:DataTable x Datatable Pack 10 Years, 1 Month ago Karma: 746
"ARI JDataTable" plugin supports jQueryu UI themes and a theme can be selected in "ARI JQuery UI Loader" plugin settings. See "Default jQuery UI 1.7.2 theme" parameter.

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