Tables

A set of rows (with the <tr> tag) in which each row is divided into data cells (with the tag). td stands for “table data,” and holds the content of a data cell. It can contain text, links, images, lists, forms, other tables, etc. ChimpStudio theme comes with option to add table as per need. Different headings can be assigned to columns and multiple data can be added in them. Different colors can be given to each heading. Table borders cab ne given different colors as well.

Table Style

[table color=”#D3D3D3″][thead]
[tr]
[th]SN[/th]
[th]Text[/th]
[th]Shortcode[/th][/tr]
[/thead]
[tbody]
[tr]
[td]1[/td]
[td]Lorem ipsum dolor sit amet Maecenas luctus nisi[/td]
[td][lorem ipsum=”yes”]Dolor sit amet[/lorem][/td]
[/tr][tr]
[td]2[/td]
[td]Consectetur adipiscing elit[/td]
[td][lorem ipsum=”yes”]Dolor sit amet[/lorem][/td]
[/tr][tr]
[td]3[/td]
[td]Maecenas luctus nisi[/td]
[td][lorem ipsum=”yes”]Dolor sit amet[/lorem][/td][/tr]

[tr]
[td]4[/td]
[td]Fusce est orci[/td]
[td][lorem ipsum=”yes”]Dolor sit amet[/lorem][/td]
[/tr]
[tr]
[td]5[/td]
[td]Sed elementum viverra felis[/td]
[td][lorem ipsum=”yes”]Dolor sit amet[/lorem][/td]
[/tr]
[/tbody]
[/table][code title=”Table code goes here”][table color=”#Color_Code”]
[thead]
[tr]
[th]Column 1[/th]
[th]Column 2[/th]
[th]Column 3[/th]
[th]Column 4[/th]
[/tr]
[/thead]
[tbody]
[tr]
[td]Item 1[/td]
[td]Item 2[/td]
[td]Item 3[/td]
[td]Item 4[/td]
[/tr]
[tr]
[td]Item 11[/td]
[td]Item 22[/td]
[td]Item 33[/td]
[td]Item 44[/td]
[/tr]
[/tbody]
[/table][/code]

Customization Options / Features

[list type=”tick” icon=”fa-check”]
[list_item]Unlimited number of rows in a table.[/list_item]
[list_item]Unlimited data space.[/list_item]
[list_item]Default theme color for headings to prominent it.[/list_item]
[list_item]Various colors for table border.[/list_item]
[/list]