{"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":[],"_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}]}}