Issue 137: Add colspan feature to the HtmlColumn
Status:  Invalid
Owner: ----
Closed:  Aug 2008
Reported by ukurba...@gmail.com, Aug 21, 2008
I need add colspan attr to the htmlcolumn by some condition, if the
condition true we are render row with columns with colspan support,
otherwise we are need render row with columns and ignore any colspan attr.

Any suggestions?

Thanks in advance.

PS. I know how to create custom HtmlView, renderers, etc. My goal is adding
this feature in generic way, if this possible of course


 
Aug 22, 2008
Project Member #1 jeff.johnston.mn@gmail.com
It would not work like that out of the box. Right now a table column has an editor
and a renderer. The renderer explicitly puts the td in. Your request would mean a
renderer would have to expand across columns.

We would have to really think about what it means to expand across columns in the
current API. I'm not sure there is a real natural solution given the implementation.
Of course with a custom view you can do anything. Or maybe you want to create a
custom renderer that knows how to stretch across columns...which actually might be
your best bet now that I think about it.

Aug 23, 2008
Project Member #2 jeff.johnston.mn@gmail.com
(No comment was entered for this change.)
Status: Invalid