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?

Change layout of Data Table record
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Change layout of Data Table record
#22630
Change layout of Data Table record 12 Years, 6 Months ago Karma: 0
Hi,

I need to show one record at the time and the record needs to be displayed in a certain way something like the sample below

<table border="0">
<thead>
<tr>
<th>column1</th> <th>column2</th>
</tr>
</thead>
<tbody>
<tr>
<td>content1</td>
<td>content4</td>
</tr>
<tr>
<td>content2</td>
<td>content5</td>
</tr>
<tr>
<td>content3</td>
<td>content6</td>
</tr>
</tbody>
</table>

Instead of 1 row with x columns, this is 2 columns and the cells divided over the columns, is that possible with a data table module? maybe with CSS?

Thanks
The administrator has disabled public write access.
 
#22631
Re:Change layout of Data Table record 12 Years, 6 Months ago Karma: 748
Hello,

Sorry, but the extension doesn't work in this way. It shows each record as one row in a HTML table.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22632
Re:Change layout of Data Table record 12 Years, 6 Months ago Karma: 0
any other extension you know of that does something like this?
or should i resort to TBS, already have this done in PHPRunner but need to convert to Joomla for my client

Thanks
The administrator has disabled public write access.
 
#22647
Re:Change layout of Data Table record 12 Years, 6 Months ago Karma: 748
Sorry, but we don't know an extension which provides this functionality.

PS: If you want to use PHP code in Joomla! articles, you can use DirectPHP plugin.

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