if (currentColumn < columnCount)
{
// now delegate the processing to the section handler for the header ..
final FlowController flowController = getFlowController();
final ReportContext reportContext = flowController.getReportContext();
final LayoutControllerFactory layoutControllerFactory =
reportContext.getLayoutControllerFactory();
final int idx = currentColumn % node.getHeaderCount();
final AutoTableLayoutController derived = (AutoTableLayoutController) clone();
return layoutControllerFactory.create
(flowController, node.getHeaderCell(idx), derived);