{"id":276,"date":"2014-06-26T13:01:28","date_gmt":"2014-06-26T13:01:28","guid":{"rendered":"http:\/\/codestarlive.com\/themes\/routewp\/?page_id=276"},"modified":"2014-06-26T13:01:28","modified_gmt":"2014-06-26T13:01:28","slug":"tables","status":"publish","type":"page","link":"https:\/\/pruebas.forga.es\/index.php\/shortcodes\/tables\/","title":{"rendered":"Tables"},"content":{"rendered":"<section class=\"cs-section\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-12\"><div class=\"cs-column-inner\"><div class=\"cs-divider-icon text-left\"><div class=\"cs-divider-icon-inner\" style=\"color:#bbbbbb;\"><span class=\"inner-text\">Table Basic<\/span><\/div><\/div><div class=\"cs-column-text\"><p>For basic styling\u2014light padding and only horizontal dividers\u2014add the base class\u00a0<code>.cs-table<\/code>\u00a0to any\u00a0<code>&lt;table&gt;<\/code>. It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we&#8217;ve opted to isolate our custom table styles.<\/p>\n<\/div><table class=\"cs-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<\/div><\/div><\/div><\/div><\/section><section class=\"cs-section\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-12\"><div class=\"cs-column-inner\"><div class=\"cs-divider-icon text-left\"><div class=\"cs-divider-icon-inner\" style=\"color:#bbbbbb;\"><span class=\"inner-text\">Table Striped rows<\/span><\/div><\/div><div class=\"cs-column-text\"><p>Use <code>.cs-table-striped<\/code> to add zebra-striping to any table row within the <code>&lt;tbody&gt;<\/code>.<\/p>\n<\/div><table class=\"cs-table cs-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<\/div><\/div><\/div><\/div><\/section><section class=\"cs-section\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-12\"><div class=\"cs-column-inner\"><div class=\"cs-divider-icon text-left\"><div class=\"cs-divider-icon-inner\" style=\"color:#bbbbbb;\"><span class=\"inner-text\">Table Bordered<\/span><\/div><\/div><div class=\"cs-column-text\"><p>Add <code>.cs-table-bordered<\/code> for borders on all sides of the table and cells.<\/p>\n<\/div><table class=\"cs-table cs-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>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<\/div><\/div><\/div><\/div><\/section><section class=\"cs-section\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-12\"><div class=\"cs-column-inner\"><div class=\"cs-divider-icon text-left\"><div class=\"cs-divider-icon-inner\" style=\"color:#bbbbbb;\"><span class=\"inner-text\">Table Hover<\/span><\/div><\/div><div class=\"cs-column-text\"><p>Add <code>.cs-table-hover<\/code> to enable a hover state on table rows within a <code>&lt;tbody&gt;<\/code>.<\/p>\n<\/div><table class=\"cs-table cs-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>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><\/div><\/div><\/div><\/section><section class=\"cs-section\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-12\"><div class=\"cs-column-inner\"><div class=\"cs-divider-icon text-left\"><div class=\"cs-divider-icon-inner\" style=\"color:#bbbbbb;\"><span class=\"inner-text\">Table Condensed<\/span><\/div><\/div><div class=\"cs-column-text\"><p>Add <code>.cs-table-condensed<\/code> to make tables more compact by cutting cell padding in half.<\/p>\n<\/div><table class=\"cs-table cs-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>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div><\/div><\/div><\/div><\/section><section class=\"cs-section\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-12\"><div class=\"cs-column-inner\"><div class=\"cs-divider-icon text-left\"><div class=\"cs-divider-icon-inner\" style=\"color:#bbbbbb;\"><span class=\"inner-text\">Table Responsive<\/span><\/div><\/div><div class=\"cs-column-text\"><p>Create responsive tables by wrapping any <code>.cs-table<\/code> in <code>.cs-table-responsive<\/code> to make them scroll horizontally on small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.<\/p>\n<\/div><div class=\"cs-table-responsive\"><table class=\"cs-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<\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"entry-read-more\"><a href=\"https:\/\/pruebas.forga.es\/index.php\/shortcodes\/tables\/\" class=\"cs-btn cs-btn-flat cs-btn-rounded cs-btn-xxs cs-btn-flat-accent\">Leer m\u00e1s<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":187,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-276","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/pages\/276","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/comments?post=276"}],"version-history":[{"count":0,"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/pages\/276\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/pages\/187"}],"wp:attachment":[{"href":"https:\/\/pruebas.forga.es\/index.php\/wp-json\/wp\/v2\/media?parent=276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}