1 minute read

Table

Parameters:

  • type – set style type of table, allowed valus “1” or “2”.

Exemplary usage:

[table type="2"]
[table_open_row]
[table_title]Header 1[/table_title]
[table_title]Header 2[/table_title]
[table_title]Header 3[/table_title]
[/table_open_row]
[table_open_row]
[table_content]Aenean commodo[/table_content]
[table_content]Cum sociis natoque[/table_content]
[table_content]Lorem ipsum[/table_content]
[/table_open_row]
[table_open_row]
[table_content]Aenean commodo[/table_content]
[table_content]Cum sociis natoque[/table_content]
[table_content]Lorem ipsum[/table_content]
[/table_open_row]
[table_open_row]
[table_content]Aenean commodo[/table_content]
[table_content]Cum sociis natoque[/table_content]
[table_content]Lorem ipsum[/table_content]
[/table_open_row]
[/table]

See also demo of table shortcode. In full download package (Dummy data/shortcodes-pages/typography.html) You can find the file with shortcodes we used to create demo page.

Did you know...

You can use table shortcode in drag and drop website builder (Visual Composer) inside text block element.