Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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?

MooTable Show/Hide Column Feature Issues
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: MooTable Show/Hide Column Feature Issues
#6445
MooTable Show/Hide Column Feature Issues 1 Year, 5 Months ago Karma: 0
I'm currently using the MooTable plugin and am experiencing trouble using the show/hide column feature. When I attempt to use the show/hide column drop down option, several of my column names and their corresponding check boxes are hidden behind the grid of the cells and I am unable to select or unselect them. This is occurring in Firefox, Chrome, and IE. What is the solution to this issue?
The administrator has disabled public write access.
 
#6533
Re:MooTable Show/Hide Column Feature Issues 1 Year, 5 Months ago Karma: 278
Hello,

Sorry for the delay. Could you provide link to page where we can see this issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6556
Re:MooTable Show/Hide Column Feature Issues 1 Year, 5 Months ago Karma: 0
Yes, the table can be found here.
The administrator has disabled public write access.
 
#6558
Re:MooTable Show/Hide Column Feature Issues 1 Year, 5 Months ago Karma: 278
Create CSS template in 'CSS Templates' section on the component backend with the next code:

Code:


body .mootable .thead
{
  z-index: 99;
}

body .mootable .displayOptions
{
  z-index: 100;
}

body .mootable .tbody 
{
  z-index: 10;
}



PS: Don't forget to enable template.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6559
Re:MooTable Show/Hide Column Feature Issues 1 Year, 5 Months ago Karma: 0
Perfect! You guys are awesome. This is the best support team I've seen in a while. Thanks again!
The administrator has disabled public write access.
 
Go to topPage: 1