Zebra Style
1st Column | 2nd Column | 3rd Column |
---|---|---|
Product #1 | Name | Price |
Product #1 | Name | Price |
Product #1 | Name | Price |
Total | 8 Products | $100.00 |
Normal Style
1st Column | 2nd Column | 3rd Column |
---|---|---|
Product #1 | Name | Price |
Product #1 | Name | Price |
Product #1 | Name | Price |
Total | 8 Products | $100.00 |
Minimal Style
1st Column | 2nd Column | 3rd Column |
---|---|---|
Product #1 | Name | Price |
Product #1 | Name | Price |
Product #1 | Name | Price |
Total | 8 Products | $100.00 |
Get the Code
[xt_table type="zebra"]
<table>
<thead>
<tr>
<th>1st Column</th>
<th>2nd Column</th>
<th>3rd Column</th>
</tr>
</thead>
<tbody>
<tr>
<td>Product #1</td>
<td>Name</td>
<td>Price</td>
</tr>
<tr>
<td>Product #1</td>
<td>Name</td>
<td>Price</td>
</tr>
<tr>
<td>Product #1</td>
<td>Name</td>
<td>Price</td>
</tr>
<tr>
<td><strong>Total</strong></td>
<td><strong>8 Products</strong></td>
<td><strong>$100.00</strong></td>
</tr>
</tbody>
</table>
[/xt_table]
Shortcode Options
- style - can be normal, zebra or minimal. Default: normal