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?

Arijdatatable ignores Joomla template layout
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Arijdatatable ignores Joomla template layout
#2160
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 0
The classes work perfectly, thank you. Now I am just waiting for a solution on the fixed column and table width issue then I am good to go.

Regards
Wiechardt
The administrator has disabled public write access.
 
#2161
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 747
We found solution. Use the following code, please:

Code:


{arijdatatable paging="true" bAutoWidth="false"}
{aricsvtable file="images/price_list/price_list_2009.csv" className="fixedLayout" width="800px"}
  {aricsvtablecolumns}
   {aricsvtablecolumn id="Botanical Name" className="leftAlign"}
   {aricsvtablecolumn id="Category" className="leftAlign" headerClassName="width50"}
   {aricsvtablecolumn id="Afrikaans" className="leftAlign" headerClassName="width150"}
   {aricsvtablecolumn id="English" className="leftAlign" headerClassName="width150"}
   {aricsvtablecolumn id="Container" className="rightAlign" headerClassName="width30"}
   {aricsvtablecolumn id="Price Excl. VAT" className="rightAlign" headerClassName="width50"}   
  {/aricsvtablecolumns}
{/aricsvtable}
{/arijdatatable}



and add the following CSS class to 'CSS Template':

Code:


TABLE.fixedLayout
{
  table-layout: fixed;
}



We hope this help and sorry for inconvenience.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2162
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 0
That did the trick, thank you very much!

Just in case someone missed it - your support is awesome, thank you very much!!!

If I can recommend something that will make your life a lot easier and your support a lot lighter is for you to compile a document that contains all the classes that one can possibly use in the CSS file for every component together with more examples on how to format and customise the table in different ways.

At the moment all these questions are handled on a case by case basis and yes, you answer these questions within minutes (even over weekends!) and I really appreciate it, but some people would rather want to have a document to look at and figure it out themselves than having to participate in a forum like way to get the answers.

As I said before, thumbs up for your support and your effort. It a great add-on for joomla and I will promote your products in future.

The administrator has disabled public write access.
 
#2163
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 747
Thanks for your good words and recommendation. We are working on documentation for ARI Smart Content, but now we have another activities too due to new JED policy. We hope that we'll release documentation in the nearest future.

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