[
https://issues.apache.org/jira/browse/WICKET-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483029#comment-13483029
]
Sven Meier commented on WICKET-4828:
------------------------------------
Thank you very much for your contribution. Although I see the usefulness of
such a component, I'm not sure that it is something to be included in Wicket.
Won't anybody show up tomorrow asking for two details rows or two details cells
with different colspans?
BTW I don't like the fact that one of the columns should be responsible for the
details row. This shows in the following code snippet:
cellItem.getParent().getParent().add(detailsComponent);
The column is inserting its detailsComponent into the markup of its parental
table row :/.
> DetailsTable Implementation
> ---------------------------
>
> Key: WICKET-4828
> URL: https://issues.apache.org/jira/browse/WICKET-4828
> Project: Wicket
> Issue Type: New Feature
> Components: wicket-extensions
> Affects Versions: 6.2.0
> Reporter: William R. Speirs
> Priority: Minor
>
> This ticket is to add a new type of table to wicket-extensions, the
> DetailsTable. A details table provides an additional row for each table row
> which provides details about the row above it. The details row can be
> shown/hidden via a component in a table column.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira