%@ page session="false" contentType="text/html;charset=utf-8" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
<%@ include file="inc/head.inc" %>
A table rendering the details using an independent table within an cell of the master table.
As a resulting effect the each child table will have its own cell width.
A table rendering the details using an "embedded" table. (embedded="true" at the child datatable).
In contrast to the above example this will result in a combined table sharing the same layout.
All cells in on collumn will have the same width.
To achive this the child table will not renter a table start/end tag and, also the rendering of
any thead/tfoot/th will be supressed. You have to take care about that fact in your stylesheet(s).
<%@ include file="inc/page_footer.jsp" %>