|
Hi, I'm in the process of converting existing Tomahawk
tables to Trinidad tr:table. Those tables had dynamic columns as well
as some _javascript_ special effect, such changing class (color) because
of mouse over, selecting by click on any row point, etc. I tried to get the same by tr:table, e.i: <tr:column > <t:graphicImage url="" rendered="#{!row.folder}"/> </tr:column> but rendering is something like: <tr> <th scope="col" class="af_column_header-text" ></th> <th scope="col" class="af_column_header-text OraTableBorder0001">name</th> ... namely, onclick is placed on an unreacheable point on column header only, while other events are lost. Is there any way to associate event scripts to table rows ? Thanks -- Renzo |
