Setting table ROW class - possible?
Is there a way to set a table row element class?
I know there is the "fieldClass" option in the PHPRad designer... but that applies ONLY to the table HEADER.
The fields "custom code" part gets inserted after the column class declaration:
<td class="td-field"> [custom code] </td>
how to set/change/modify the mentioned "td-field" class? The <td> has no ID set...
Ideas?
What I want to accomplish is to add some custom "action buttons" in each row of the table.
That's working with the "custom code" part but I'm having troubles with the "styling" of the field which I cannot make identical/similar to the standard buttons.
Regards