hello everyone, how can I make my table a whole different tables are created in all my data
This is the custom html code I Use:
<thead>
<table>
<tbody>
<tr>
<th>Bedrooms</th>
<th>Min Size sqm</th>
<th>Max Size sqm</th>
<th>Min Price</th>
<th>Max Price</th> </tr> </thead>
<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>
You need to give some explanation of what you want the table to look like.