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
#2154
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 0
I emailed the CSV file, the code in the article and my CSS information to the email supplied.

Thank for yuor help.
Wiechardt
The administrator has disabled public write access.
 
#2155
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 747
Hello,

Thanks. We'll investigate it and report about results ASAP.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2156
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 747
Check your mail, please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#2157
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 0
I have tried altering the call to the jDataTable that you supplied:

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

but it does not fix my problem. It has addressed the issue that the columns resize when you use the sorting and upon opening the screen for the first time it seems like the column widths are as specified, but as soon as you start searching (using the provided search field) or when you change the "Display x number of rows" the table width and column widths change according to the information displayed on screen.

Is there something that I am doing wrong?
Last Edit: 2009/07/27 08:09 By Wiechardt.
The administrator has disabled public write access.
 
#2158
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 0
Please can I ask for more information on the CSS classes that are used by the jDataTable component.

I have compiled my own CSS using information from this forum but I cannot find the class and property thay I need to declare and modify to allow me to specify a font family and font size of the system text in the component (text such as the word "Search" next to the search box top right and "Show [] entries" as well as the "showing x number of y entries" at the bottom of the jDataTable).

I have tried the following classes in the CSS file:

.dataTables_wrapper table.display
{
font-size: 8pt;
font-family: Verdana, Arial, sans-serif;
}

.dataTables_wrapper table.display thead tr th,
.dataTables_wrapper table.display tfoot tr th
{
font-size: 8pt;
font-family: Verdana, Arial, sans-serif;
}

.dataTables_wrapper table.display tbody td
{
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

#mainbody
{
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

Thanks
Wiechardt
The administrator has disabled public write access.
 
#2159
Re:Arijdatatable ignores Joomla template layout 14 Years, 9 Months ago Karma: 747
You can use the following CSS classes:

Code:


/* For filter section (Search box) */
.dataTables_wrapper .dataTables_filter
{
  // CSS rules goes here
}

/* For info section (Show [] entries) */
.dataTables_wrapper .dataTables_info
{
  // CSS rules goes here
}

/* For paging drop-down section */
.dataTables_wrapper  .dataTables_length
{
  // CSS rules goes here
}



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