A Table Repeat In An HTML Email

Yes, I’ve voted for the ability to be added to Wappler. I need another alternative or other ideas until this feature is reality. :blush:

I need the following inside an email message.

<!-- TABLE LIST -->
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover table-sm">
<tbody is="dmx-repeat" dmx-generator="bs4table" dmx-bind:repeat="lm_fund_request_list_ms.data.query_lm_fund_request_list_ms" id="tableRepeat1">
<tr>
<td dmx-text="school_name" class="text-capitalize"></td>
<td dmx-text="school_field" class="text-center"></td>
<td dmx-text="school_location" class="text-center text-capitalize"></td>
<td dmx-text="request_adjusted_amount.toNumber().formatCurrency('$', '.', ',', 2)" class="font-weight-bold text-center"></td>
</tr>
</tbody>
</table>
</div>
<!-- TABLE LIST -->
Community Page
Last updated: