Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your 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?

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 1 Year, 6 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 1 Year, 6 Months ago Karma: 278
'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