Dynamic Table API
This document contains the Dynamic table field API format, attributes, and an example.
Dynamic Table attributes
Example of dynamic table with field inside
<div class="editor-table-field-wrapper">
<table class="table-stripped" name="string" roleId="id" autoNumbering="boolean" iterable="true">
<colgroup>
<col width="325.5px"/>
<col width="325.5px"/>
</colgroup>
<thead>
<tr>
<th>
<div class="editor-div">Column name</div>
</th>
<th>
<div class="editor-div">Column name</div>
</th>
</tr>
</thead>
<tbody>
<tr iterable="true" name="*">
<td>
<div class="editor-div">
<field type="text" name="string" roleId=\"id\"/>
<br/>
</div>
</td>
<td>
<div class="editor-div">
<br/>
</div>
</td>
</tr>
</tbody>
</table>
</div>