Introduction

Adds a styled table with column headers and data using the table shortcode. Choose to add data manually or to import it from a CSV file.

There are three different table types: standard, condensed, and striped. You can also choose to show table borders. The header background and font colors can be customized.

Examples

Standard

Column 1Column 2Column 3
123
456
789

Striped

Column 1Column 2Column 3
123
456
789

Condensed

Column 1Column 2Column 3
123
456
789

Bordered

Column 1Column 2Column 3
123
456
789

Explore More Shortcodes

[intense_content_section]
<h2>Introduction</h2>

Adds a styled table with column headers and data using the table shortcode. Choose to add data manually or to import it from a CSV file.

There are three different table types: <strong>standard</strong>, <strong>condensed</strong>, and <strong>striped</strong>. You can also choose to show table borders. The header background and font colors can be customized.

[/intense_content_section]
[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>Examples</h2>
[intense_row padding_top="0"]
[intense_column size="6"]
<h3>Standard</h3>
[intense_table columns="Column 1, Column 2, Column 3" data="1,2,3,4,5,6,7,8,9" /]
[/intense_column]
[intense_column size="6"]
<h3>Striped</h3>
[intense_table type="striped" columns="Column 1, Column 2, Column 3" data="1,2,3,4,5,6,7,8,9" heading_background_color="primary" heading_font_color="#ffffff" /]
[/intense_column]
[/intense_row]
[intense_row]
[intense_column size="6"]
<h3>Condensed</h3>
[intense_table type="condensed" columns="Column 1, Column 2, Column 3" data="1,2,3,4,5,6,7,8,9" /]
[/intense_column]
[intense_column size="6"]
<h3>Bordered</h3>
[intense_table bordered="true" columns="Column 1, Column 2, Column 3" data="1,2,3,4,5,6,7,8,9" /]
[/intense_column]
[/intense_row]
[/intense_content_section]

[intense_snippet snippet_id="Child Theme | Shortcodes/footer" snippet_title="Shortcode Page Footer"]