rendering of <tr><td> to stay html/xhtml dtd conformant does not include colspan
--------------------------------------------------------------------------------

                 Key: MYFACES-2138
                 URL: https://issues.apache.org/jira/browse/MYFACES-2138
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
            Reporter: Phillip Webb
            Priority: Minor


Issue MYFACES-1764 change the HtmlTableRendererBase class so that it always 
renders <tr><td> elements, even if the table is empty.  This causes some output 
that is hard to style correctly when the table include header facets on columns.

It would be nice if the inserted <td> element set colspan so that the empty 
entry covers the entire table.  It would also be good if it were easy to 
subclass the renderer in order to provide specific behaviour when the table is 
empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to