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?

JDataTable - "Usage" Where does it go?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: JDataTable - "Usage" Where does it go?
#6489
JDataTable - "Usage" Where does it go? 13 Years, 7 Months ago Karma: 0
I'm brand new to Joomla and am trying to figure out the first steps for using JDataTable. How do I put the "Usage" and parameters into a module or article? Does anybody have an example, maybe also an example using a database?

I've spent many hours looking for documentation about this. I guess the first steps are too basic to be documented, I'm probably the only person that doesn't know how to do this.

Thanking you in advance for help.
The administrator has disabled public write access.
 
#6492
Re:JDataTable - "Usage" Where does it go? 13 Years, 7 Months ago Karma: 746
Hello,

If you want to embed a plugin to an article, just place plugin code into
article. For example, if you want to add 'ARI JDataTable' to an article,
open necessary article and place the next code into an article:

{arijdatatable bPaginate="true"}
<table>
<thead>
<tr>
<th>column1</th>
<th>column2</th>
<th>column3</th>
</tr>
</thead>
<tbody>
<tr>
<td>content1</td>
<td>content2</td>
<td>content3</td>
</tr>
<tr>
<td>content4</td>
<td>content5</td>
<td>content6</td>
</tr>
</tbody>
</table>
{/arijdatatable}

We recommended to switch editor to plain text mode if you use a WYSIWYG
editor because in design mode WYSIWYG editors can add some extra HTML tags
which can break plugin code.

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