Hi.

How it is posible to define multiple <th class definitions ?

I would like to have:

  <table ...
   <thead>
     <tr>
       <th class="x">X</th>
       <th class="y">Y</th>
     </tr>
   </thead>

but <h:dataTable> and <t:dataTable> only allow 'headerClass' instead of
'headerClasses'.

Using a facet 

   <f:facet name="header">

only defines a <span> within the element.

Hope that someone can help with this issue.

Best regards,
 Jesper

Reply via email to