[Lift] Re: Highlighting even/odd rows in a table

2009-12-17 Thread Stevo
Thanks for the JQuery recommendations - I really like the way these are done and will pursue whichever is least intrusive in my project. Thanks again and best regards, Steve Thompson -- -- You received this message because you are subscribed to the Google Groups Lift group. To post to this

[Lift] Highlighting even/odd rows in a table

2009-12-16 Thread Stevo
Say for a second that in one of my Snippets I have the following binding: def view(xhtml: NodeSeq): NodeSeq = { val entries: NodeSeq = Customer.findAll() match { case Nil = Text(No customers currently defined)