[
https://issues.apache.org/jira/browse/TOMAHAWK-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566287#action_12566287
]
Mario Ivankovits commented on TOMAHAWK-1181:
--------------------------------------------
Three new attribute on the datatable have been added:
embedded true|false
Render the table in the embedded mode (no table/thead/tfoot/th tags will be
used)
detailStampLocation after|before
Render the detailStamp after of before the row of the master table.
"before" allow you to treat the master table as a list of summs of the child
tables data.
detailStampExpandedDefault true|false
Render all the details by default.
No further special header handling for now, lets have a look if this is enough
for now.
> allow to embed a datatable within the parent
> --------------------------------------------
>
> Key: TOMAHAWK-1181
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1181
> Project: MyFaces Tomahawk
> Issue Type: New Feature
> Components: Extended Datatable
> Reporter: Mario Ivankovits
> Fix For: 1.1.7-SNAPSHOT
>
>
> As discussed in this thread
> http://marc.info/?l=myfaces-dev&m=120118289000330&w=2
> add a new attribute to the datatable which allows to "reuse" the layout of
> the parent table.
> The attribute name so far is embed=true|false where false is the default.
> When embed=true:
> * avoid rendering the table start/end tag
> * do not add the thead/tfoot tags around the header or footer - instead
> simply render them at the start/end of the embedded table
> * do not render the header cells using the th tag
> Probably we have to think about another way how to define the header on the
> parent datatable. Not sure about that yet.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.