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.