Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.
ARI Smart Content: DataTable Pack is a Joomla component which is a simple version of ARI Smart Content extension. This component contains only plugins which provide abilities for working with HTML table, database and data. 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. Now you receive it in one package and pay only once, the component is also expandable and it allows to add new plugins which you can find in plugins repository. ARI Smart Content: DataTable Pack contains the following plugins for customizing your Joomla! content:
ARI JCSV2Table converts .CSV file to HTML table with the help of jQuery plugin. It can be used for displaying content of CVS (comma separated values) file as a table in Joomla article.
ARI CSV Table renders HTML table in your Joomla content by data from .CSV file. For example you can use it for displaing price lists from .CSV file on your web-site and for updating this price list, you only need to change CSV file. It can be wrapped by other plugins, for example ARI JDataTable plugin for creating filter, sorting and other useful possiblities for working with data.
ARI JDataTable helps to add different useful possibilities for working with data in table such as filter, sorting, paging and other to HTML table in your Joomla site content.
ARI JFlexGrid creates data grid with resizable columns and a scrolling data to match the headers from HTML table.
ARI JTableSorter is plugin for turning a standard HTML table into a sortable table without page refreshes, also it provides multi-sorting.
ARI MooTable wraps HTML table and brings filtering, sorting and scrolling functionalities for table.
ARI SQL Table renders HTML table in Joomla content by data from SQL query. It can be wrapped by tables plugin such as ARI JDataTable, ARI JTableSort and etc.
ARI 3D Chart creates 3D graphs from inline data or CSV files.
How to use plugins everywhere, not only in the articles?
You can use System - ARI Smart Content Joomla! system plugin for Joomla 1.5 or ARI Smart Content Anywhere module for Joomla 1.0.
Install plugin or module, configure and enable it and disable 'ARI Smart Content' Joomla! content plugin. That's all.
Can I combine plugins in some way?
Sure. For example, you can use SQLTable plugin to get data from database and render the table and you can wrap it with FlexTable plugin to make it sortable and resizable:
{arijflexgrid resizable="false" striped="true" showToggleBtn="true"}
{arisqltable}
{arisqltablecolumns}
{arisqltablecolumn id="ID" alias="ID"}
{arisqltablecolumn id="NAME" alias="UserName"}
{/arisqltablecolumns}
{arisqltablequery}
SELECT id AS ID,name AS NAME FROM #__users
{/arisqltablequery}
{/arisqltable}
{/arijflexgrid}
ARI Smart Content: DataTable Pack works in Joomla 1.0.x and Joomla 1.5 (Native). The component requires PHP 4.2+ and MySQL 4.1+.
This extension should be used if you don't need all the power of ARI Smart Content.