Support

Account

Home Forums Add-ons Repeater Field how can I make my table a whole different tables

Solving

how can I make my table a whole different tables


  • hello everyone, how can I make my table a whole different tables are created in all my data

    1

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.