{"id":15826,"date":"2014-12-10T07:44:36","date_gmt":"2014-12-10T07:44:36","guid":{"rendered":"http:\/\/woopress.8theme.com\/?page_id=15826"},"modified":"2014-12-10T07:44:36","modified_gmt":"2014-12-10T07:44:36","slug":"tables","status":"publish","type":"page","link":"https:\/\/woopress.8theme.com\/jewellery\/tables\/","title":{"rendered":"Tables"},"content":{"rendered":"<h3>Default Table<\/h3>\n<table class=\"table\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h3>Striped Table<\/h3>\n<table class=\"table table-striped\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h3>Bordered Table<\/h3>\n<table class=\"table table-bordered\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td rowspan=\"2\">1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@TwBootstrap<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td colspan=\"2\">Larry the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Dashed Table<\/h3>\n<table class=\"table table-dashed\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td rowspan=\"2\">1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@TwBootstrap<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td colspan=\"2\">Larry the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h3>Hover Table<\/h3>\n<table class=\"table table-hover\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td colspan=\"2\">Larry the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<h3>Condensed Table<\/h3>\n<table class=\"table table-condensed\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td colspan=\"2\">Larry the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>Get The Code<\/h4>\n<hr \/>\n<pre>&lt;table class=\"table table-striped\"&gt;\n &lt;thead&gt;\n  &lt;tr&gt;\n    &lt;th&gt;#&lt;\/th&gt;\n    &lt;th&gt;First Name&lt;\/th&gt;\n    &lt;th&gt;Last Name&lt;\/th&gt;\n    &lt;th&gt;Username&lt;\/th&gt;\n  &lt;\/tr&gt;\n &lt;\/thead&gt;\n &lt;tbody&gt;\n  &lt;tr&gt;\n    &lt;td&gt;1&lt;\/td&gt;\n    &lt;td&gt;Mark&lt;\/td&gt;\n    &lt;td&gt;Otto&lt;\/td&gt;\n    &lt;td&gt;@mdo&lt;\/td&gt;\n   &lt;\/tr&gt;\n   &lt;tr&gt;\n     &lt;td&gt;2&lt;\/td&gt;\n     &lt;td&gt;Jacob&lt;\/td&gt;\n     &lt;td&gt;Thornton&lt;\/td&gt;\n     &lt;td&gt;@fat&lt;\/td&gt;\n    &lt;\/tr&gt;\n    &lt;tr&gt;\n     &lt;td&gt;3&lt;\/td&gt;\n     &lt;td&gt;Larry&lt;\/td&gt;\n     &lt;td&gt;the Bird&lt;\/td&gt;\n     &lt;td&gt;@twitter&lt;\/td&gt;\n    &lt;\/tr&gt;\n   &lt;\/tbody&gt;\n&lt;\/table&gt;<\/pre>\n<h4>Description &amp; Attributes:<\/h4>\n<hr \/>\n<p>Create your table and use class to specify its form.<\/p>\n<ul class=\"list-square\">\n<li><strong>CLASS<\/strong> \u2014 defines of table type (<strong>allowed values<\/strong>: table, table table-striped, table table-bordered, table table-hover, table table-condensed).<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter &nbsp; Striped Table #&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-15826","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto\" \/>\n\t<meta name=\"robots\" content=\"noindex, nofollow, max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/woopress.8theme.com\/jewellery\/tables\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"WooPress Jewellery Demo - Best WooCommerce &amp; WordPress Theme\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Tables - WooPress Jewellery Demo\" \/>\n\t\t<meta property=\"og:description\" content=\"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/woopress.8theme.com\/jewellery\/tables\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-12-10T07:44:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2014-12-10T07:44:36+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Tables - WooPress Jewellery Demo\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/tables\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/tables\\\/#listItem\",\"name\":\"Tables\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/tables\\\/#listItem\",\"position\":2,\"name\":\"Tables\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/#organization\",\"name\":\"WooPress Jewellery Demo\",\"description\":\"Best WooCommerce & WordPress Theme\",\"url\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/tables\\\/#webpage\",\"url\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/tables\\\/\",\"name\":\"Tables - WooPress Jewellery Demo\",\"description\":\"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/tables\\\/#breadcrumblist\"},\"datePublished\":\"2014-12-10T07:44:36+00:00\",\"dateModified\":\"2014-12-10T07:44:36+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/#website\",\"url\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/\",\"name\":\"WooPress Jewellery Demo\",\"description\":\"Best WooCommerce & WordPress Theme\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/woopress.8theme.com\\\/jewellery\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Tables - WooPress Jewellery Demo","description":"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto","canonical_url":"https:\/\/woopress.8theme.com\/jewellery\/tables\/","robots":"noindex, nofollow, max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/woopress.8theme.com\/jewellery\/tables\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/woopress.8theme.com\/jewellery#listItem","position":1,"name":"Home","item":"https:\/\/woopress.8theme.com\/jewellery","nextItem":{"@type":"ListItem","@id":"https:\/\/woopress.8theme.com\/jewellery\/tables\/#listItem","name":"Tables"}},{"@type":"ListItem","@id":"https:\/\/woopress.8theme.com\/jewellery\/tables\/#listItem","position":2,"name":"Tables","previousItem":{"@type":"ListItem","@id":"https:\/\/woopress.8theme.com\/jewellery#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/woopress.8theme.com\/jewellery\/#organization","name":"WooPress Jewellery Demo","description":"Best WooCommerce & WordPress Theme","url":"https:\/\/woopress.8theme.com\/jewellery\/"},{"@type":"WebPage","@id":"https:\/\/woopress.8theme.com\/jewellery\/tables\/#webpage","url":"https:\/\/woopress.8theme.com\/jewellery\/tables\/","name":"Tables - WooPress Jewellery Demo","description":"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/woopress.8theme.com\/jewellery\/#website"},"breadcrumb":{"@id":"https:\/\/woopress.8theme.com\/jewellery\/tables\/#breadcrumblist"},"datePublished":"2014-12-10T07:44:36+00:00","dateModified":"2014-12-10T07:44:36+00:00"},{"@type":"WebSite","@id":"https:\/\/woopress.8theme.com\/jewellery\/#website","url":"https:\/\/woopress.8theme.com\/jewellery\/","name":"WooPress Jewellery Demo","description":"Best WooCommerce & WordPress Theme","inLanguage":"en-US","publisher":{"@id":"https:\/\/woopress.8theme.com\/jewellery\/#organization"}}]},"og:locale":"en_US","og:site_name":"WooPress Jewellery Demo - Best WooCommerce &amp; WordPress Theme","og:type":"article","og:title":"Tables - WooPress Jewellery Demo","og:description":"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto","og:url":"https:\/\/woopress.8theme.com\/jewellery\/tables\/","article:published_time":"2014-12-10T07:44:36+00:00","article:modified_time":"2014-12-10T07:44:36+00:00","twitter:card":"summary_large_image","twitter:title":"Tables - WooPress Jewellery Demo","twitter:description":"Default Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Striped Table # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Bordered Table # First Name Last Name Username 1 Mark Otto"},"aioseo_meta_data":{"post_id":"15826","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-10-02 16:19:59","updated":"2025-08-08 02:37:55","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/woopress.8theme.com\/jewellery\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tTables\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/woopress.8theme.com\/jewellery"},{"label":"Tables","link":"https:\/\/woopress.8theme.com\/jewellery\/tables\/"}],"_links":{"self":[{"href":"https:\/\/woopress.8theme.com\/jewellery\/wp-json\/wp\/v2\/pages\/15826","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/woopress.8theme.com\/jewellery\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/woopress.8theme.com\/jewellery\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/woopress.8theme.com\/jewellery\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/woopress.8theme.com\/jewellery\/wp-json\/wp\/v2\/comments?post=15826"}],"version-history":[{"count":0,"href":"https:\/\/woopress.8theme.com\/jewellery\/wp-json\/wp\/v2\/pages\/15826\/revisions"}],"wp:attachment":[{"href":"https:\/\/woopress.8theme.com\/jewellery\/wp-json\/wp\/v2\/media?parent=15826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}