There are 2 styles of tables, which you can use for example a price list
Table Style Default
[table cols="Service,Price Per Hour, Project Based Hour Price" data=" Design & Build, $60, $50, Plastering, $45, $40, Electrical, $55, $50, Plumbing, $45, $40"]
Table Style Boxed
[table style="boxed" cols="Service,Price Per Hour, Project Based Hour Price" data=" Design & Build, $60, $50, Plastering, $45, $40, Electrical, $55, $50, Plumbing, $45, $40"]
These table shortcodes can only contain plain text. If you want to use icons or links in it you’ll need to use the regular HTML tables, see the snippet below:
<table class="qt-table default"> <thead> <tr> <td> Subdivision/Town</td> <td> Zip Code</td> </tr> </thead> <tbody> <tr> <td> Abbott Glen</td> <td> 40014</td> </tr> <tr> <td> Academy Ridge</td> <td> 40245</td> </tr> <tr> <td> Aikenshire</td> <td> 40245</td> </tr> </tbody> </table>