"Description" field on module settings page contains instruction how to use extension. For example, if you want to display ID and title of articles into "ARI Data Table" widget, select "ARI Data Table" value in "Choose table type" drop-down, choose "SQL" in "Choose source type" drop-down, return back "Revert data" parameter to "No", set "Choose DB Type" parameter to "- Joomla! database -" and enter the following SQL query into "SQL query" parameter:
Code: |
SELECT
id,title
FROM
#__content
|
Enable module and save settings. After this you can see articles in "ARI Data Table" widget.
Regards,
ARI Soft