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?

Show Entries
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Show Entries
#8356
Show Entries 13 Years, 6 Months ago Karma: 0
Have a good evening from Greece.

A few days ago, I installed ARI Data Table succesfully.
I have formated an excel list, with details of some clients.
I exported it to UTF-8 csv file and gave the appropriate parameters to the joomla module ARI Data Table.

I have the following problem, which I cannot solve.
As you can see to the following page,

nazo.housos.gr/index.php?option=com_content&view=article&id=140&Itemid=58

when I change for example the number of the "Show xxxx Entries" from 10, to 50, the table extends to the right.... and the most right column became unvisible.


Can anyone help me the sooner as possible?

Thanks in advance....


Velissarios Housos
vhousos@gmail.com
The administrator has disabled public write access.
 
#8359
Re:Show Entries 13 Years, 6 Months ago Karma: 748
Hello,

Part of the table is hidden because site template uses fixed width for content area. Some columns contain value which contain large text without spaces and it do width of the table is greater than width of content area. It can be fixed in several ways:

1. Change font size of the table. For this the following CSS rule can be used:

Code:


.dataTables_wrapper
{
 font-size: 9px;
}



2. Add horizontal scrollbar to content area:

Code:


body .floatbox
{
 overflow-x: auto;
}



3. Show content out of content area:

Code:


body .floatbox,
body div#wrapper div.wrapper-br
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8365
Re:Show Entries 13 Years, 6 Months ago Karma: 0
Thank you for your quick reply

Can you please specify to which .css file I have to make the changes you sent me?
The administrator has disabled public write access.
 
#8366
Re:Show Entries 13 Years, 6 Months ago Karma: 748
You can type this code into "CSS Styles" parameter in module settings or add it to site template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8367
Re:Show Entries 13 Years, 6 Months ago Karma: 0
It works.


Thank you very very much...

Yours sincerely
Velissarios Housos
The administrator has disabled public write access.
 
Go to topPage: 1