Hello OL Support Team @Erik @hamelj and others very skilled proffessionals.
I back after some huge break to OL CONNECT.
I have data mapper with repeat steps and one DYNAMIC TABLE.
I am trying to display this details on section but got red zone.
Its liek this is not starting from page 1 and unable to break details to fit sections.
My dynamic table looks like this:
<table id="detailsLinesID" data-column-resize="" data-detail="" data-hide-when-empty="" anchor="page_media_0"
style="width: 100%; top: 0px; left: 0px;" data-expander="2019" offset-x="48" offset-y="48">
<thead>
<tr>
</tr>
</thead>
<tbody>
<tr data-breakable="" data-repeat="Details">
<td style="text-align: left; width: 99.44%;" data-breakable="" data-field="InnerDetails">@InnerDetails@</td>
</tr>
</tbody>
</table>
My details (just single level repeat)
Any ideas why this details do not broke up over pages to fit?
Adam