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?

Alternate rows, different colors after sort
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Alternate rows, different colors after sort
#5530
Alternate rows, different colors after sort 13 Years, 9 Months ago Karma: 0
Thanks for the tip in Re:sqltable theme and Re:New Style for ARI SQL Table, but after you sort on a column the alternate pattern gets clumped up. See www.warfieldconsulting.com/jdata-table-test.html and click on "url" column header to sort.

Would it be possible to preserve alternate row coloring after a sort?
The administrator has disabled public write access.
 
#5582
Re:Alternate rows, different colors after sort 13 Years, 9 Months ago Karma: 747
'ARI JData Table' plugin uses "odd" and "even" CSS classes for odd and even rows in a table. Solution which you have found is acceptable for static table. For 'ARI JData Table' plugin, use the following CSS rules:

Code:


table tbody tr.odd td {
  /* background color for each odd row */
  background-color:#F0F0F6;
}

table tbody tr.even td {
  /* background color for each even row */
  background-color:#FFF;
}



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