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?

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 13 Years, 8 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 13 Years, 8 Months ago Karma: 747
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 13 Years, 8 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 13 Years, 8 Months ago Karma: 747
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 13 Years, 8 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