Hello Everybody,
I want the table to appear as a whole, but a separate table is created for each data.
I am using the ACF repeater widget in the elementor.
Custom HTML:
<table class="dce-acf-repeater dce-acf-repeater-table">
<col width="40%">
<col width="60%">
<thead>
<tr>
<th>Bedrooms</th>
<th>Max Size</th>
<th>Max Price</th>
<th>Min Size</th>
<th>Min Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>[ROW:type]</td>
<td>[ROW:min_size]</td>
<td>[ROW:max_size]</td>
<td>[wpcs_price value = [ROW:min_price]]</td>
<td>[wpcs_price value = [ROW:max_price]]</td></tr>
</tbody>
</table>
https://ibb.co/Rg8csPZ
It looks like this with custom html codes.
It looks like this when I just use these codes and enable table head. I can’t relocate the table headers please help!
<tr>
<td>[ROW:type]</td>
<td>[ROW:min_size]</td>
<td>[ROW:max_size]</td>
<td>[wpcs_price value = [ROW:min_price]]</td>
<td>[wpcs_price value = [ROW:max_price]]</td></tr>
https://ibb.co/r2crqDh
Guys I really need help :/
don’t now if you figured this out, but in order to help you’ll need to post code you are using to output the table.