Reading through the documentation, I know I can add a class to the table result rows and cells (using dbr.colclass and dbr.rowclass), but it appears that these classes can only be values in the result set. ie <tr class="1234">
Is there any way to add an arbitrary class name to table cells?
I would like to be able to have html output that looks like this:
<td class="id">1234</td>