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?

Tables not working
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Tables not working
#51176
Re:Tables not working 9 Years, 7 Months ago Karma: 747
Values in "Show Time", "T1 Time" and etc. have specific format and it requires to create a custom sorter to sort them properly (not as string or number).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#51235
Re:Tables not working 9 Years, 7 Months ago Karma: 0
Many thanks for the help.

Have another question for you.

How do I add in 2 new items to my page.

Item 1) Cell borders

Item 2) Mouse hover

Many Thanks

WMT
The administrator has disabled public write access.
 
#51236
Re:Tables not working 9 Years, 7 Months ago Karma: 0
Forgot to add in the website link.

Link to website
The administrator has disabled public write access.
 
#51237
Re:Tables not working 9 Years, 7 Months ago Karma: 747
The link is not working.

Could you also provide an image where we can see what do you want to achieve?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#51238
Re:Tables not working 9 Years, 7 Months ago Karma: 0
Oops sorry about that.

Website page


Demo page to show you what I'am trying to explain.

Demo page
The administrator has disabled public write access.
 
#51239
Re:Tables not working 9 Years, 7 Months ago Karma: 747
1. Add the following code to "CSS Styles" parameter:

Code:


{$id} TH, {$id} TD {border-width: 1px !important;border-color: white !important;border-style: solid;}



2. Use the following code in "CSS Styles" parameter:

Code:


{$id} TR:hover TD {background-color: green;}



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