TR class

Simple question: I place a table on a form for the web and I want to assign the rows (tr) css classes. How can I do this? I see where to assign classes to the table and cells (td), but not rows.

As a wrorkaround I can write out html but using the ui tables would mke things a lot easier to organize.

TIA.

Subject: TR class

You can’t, really, although there’s nothing stopping you from setting the className in JavaScript.

Subject: RE: TR class

That’s what I thought, pretty bad omission in my opinion. Thanks for the response.