Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 14 Years, 4 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 14 Years, 4 Months ago Karma: 760
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 14 Years, 4 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 14 Years, 4 Months ago Karma: 760
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 14 Years, 4 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