Dynamic Table API
This document contains the Dynamic table field API format, attributes, and an example.
Dynamic table example
<div class="editor-table-field-wrapper">
<table class="table-stripped" name="items" roleId="fd8cb669-db1d-41e1-8f6c-2ad3f8fa981a" autoNumbering="true" iterable="true">
<colgroup>
<col width="325.5px"/>
<col width="325.5px"/>
</colgroup>
<thead>
<tr>
<th><div class="editor-div">Item</div></th>
<th><div class="editor-div">Quantity</div></th>
</tr>
</thead>
<tbody>
<tr iterable="true" name="*">
<td>
<div class="editor-div">
<field type="text" name="item_name" roleId="fd8cb669-db1d-41e1-8f6c-2ad3f8fa981a"/>
</div>
</td>
<td>
<div class="editor-div">
<field type="number" name="item_qty" roleId="fd8cb669-db1d-41e1-8f6c-2ad3f8fa981a"/>
</div>
</td>
</tr>
</tbody>
</table>
</div>Required attributes
Fixed table values
Optional attributes
Related topics
Last updated
Was this helpful?
