{"id":900,"date":"2013-02-09T18:58:59","date_gmt":"2013-02-09T18:58:59","guid":{"rendered":"http:\/\/hogash-demo.com\/kallyas_wp\/?page_id=900"},"modified":"2013-02-09T18:58:59","modified_gmt":"2013-02-09T18:58:59","slug":"table-styles","status":"publish","type":"page","link":"https:\/\/www.aamratechnologies.com\/table-styles\/","title":{"rendered":"Table Styles"},"content":{"rendered":"

Welcome to Kalypso Template, a wonderful and premium product for multipurpose websites<\/h2>\n

<\/p>\n

\n

Tables<\/h1>\n<\/div>\n

Default styles<\/h2>\n

For basic styling\u2014light padding and only horizontal dividers\u2014add the base class .table<\/code> to any <table><\/code>.<\/p>\n

\n\n\n\n\n\n\n\n
#<\/th>\nFirst Name<\/th>\nLast Name<\/th>\nUsername<\/th>\n<\/tr>\n<\/thead>\n
1<\/td>\nMark<\/td>\nOtto<\/td>\n@mdo<\/td>\n<\/tr>\n
2<\/td>\nJacob<\/td>\nThornton<\/td>\n@fat<\/td>\n<\/tr>\n
3<\/td>\nLarry<\/td>\nthe Bird<\/td>\n@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n
\n<table>\n  \u2026\n<\/table>\n<\/pre>\n
\n

Optional classes<\/h2>\n

Add any of the following classes to the .table<\/code> base class.<\/p>\n

.table-striped<\/code><\/h3>\n

Adds zebra-striping to any table row within the <tbody><\/code> via the :nth-child<\/code> CSS selector (not available in IE7-IE8).<\/p>\n

\n\n\n\n\n\n\n\n
#<\/th>\nFirst Name<\/th>\nLast Name<\/th>\nUsername<\/th>\n<\/tr>\n<\/thead>\n
1<\/td>\nMark<\/td>\nOtto<\/td>\n@mdo<\/td>\n<\/tr>\n
2<\/td>\nJacob<\/td>\nThornton<\/td>\n@fat<\/td>\n<\/tr>\n
3<\/td>\nLarry<\/td>\nthe Bird<\/td>\n@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n
\n<table>\n  \u2026\n<\/table>\n<\/pre>\n

.table-bordered<\/code><\/h3>\n

Add borders and rounded corners to the table.<\/p>\n

\n\n\n\n\n\n\n\n\n
#<\/th>\nFirst Name<\/th>\nLast Name<\/th>\nUsername<\/th>\n<\/tr>\n<\/thead>\n
1<\/td>\nMark<\/td>\nOtto<\/td>\n@mdo<\/td>\n<\/tr>\n
Mark<\/td>\nOtto<\/td>\n@TwBootstrap<\/td>\n<\/tr>\n
2<\/td>\nJacob<\/td>\nThornton<\/td>\n@fat<\/td>\n<\/tr>\n
3<\/td>\nLarry the Bird<\/td>\n@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n
\n<table>\n  \u2026\n<\/table>\n<\/pre>\n

.table-hover<\/code><\/h3>\n

Enable a hover state on table rows within a <tbody><\/code>.<\/p>\n

\n\n\n\n\n\n\n\n
#<\/th>\nFirst Name<\/th>\nLast Name<\/th>\nUsername<\/th>\n<\/tr>\n<\/thead>\n
1<\/td>\nMark<\/td>\nOtto<\/td>\n@mdo<\/td>\n<\/tr>\n
2<\/td>\nJacob<\/td>\nThornton<\/td>\n@fat<\/td>\n<\/tr>\n
3<\/td>\nLarry the Bird<\/td>\n@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n
\n<table>\n  \u2026\n<\/table>\n<\/pre>\n

.table-condensed<\/code><\/h3>\n

Makes tables more compact by cutting cell padding in half.<\/p>\n

\n\n\n\n\n\n\n\n
#<\/th>\nFirst Name<\/th>\nLast Name<\/th>\nUsername<\/th>\n<\/tr>\n<\/thead>\n
1<\/td>\nMark<\/td>\nOtto<\/td>\n@mdo<\/td>\n<\/tr>\n
2<\/td>\nJacob<\/td>\nThornton<\/td>\n@fat<\/td>\n<\/tr>\n
3<\/td>\nLarry the Bird<\/td>\n@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n
\n<table>\n  \u2026\n<\/table>\n<\/pre>\n
\n

Optional row classes<\/h2>\n

Use contextual classes to color table rows.<\/p>\n\n\n\n<\/colgroup>\n\n\n\n\n\n\n\n
Class<\/th>\nDescription<\/th>\n<\/tr>\n<\/thead>\n
.success<\/code><\/td>\nIndicates a successful or positive action.<\/td>\n<\/tr>\n
.error<\/code><\/td>\nIndicates a dangerous or potentially negative action.<\/td>\n<\/tr>\n
.warning<\/code><\/td>\nIndicates a warning that might need attention.<\/td>\n<\/tr>\n
.info<\/code><\/td>\nUsed as an alternative to the default styles.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n
\n\n\n\n\n\n\n\n\n
#<\/th>\nProduct<\/th>\nPayment Taken<\/th>\nStatus<\/th>\n<\/tr>\n<\/thead>\n
1<\/td>\nTB – Monthly<\/td>\n01\/04\/2012<\/td>\nApproved<\/td>\n<\/tr>\n
2<\/td>\nTB – Monthly<\/td>\n02\/04\/2012<\/td>\nDeclined<\/td>\n<\/tr>\n
3<\/td>\nTB – Monthly<\/td>\n03\/04\/2012<\/td>\nPending<\/td>\n<\/tr>\n
4<\/td>\nTB – Monthly<\/td>\n04\/04\/2012<\/td>\nCall in to confirm<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n
...\n  <tr class=\"success\">\n    <td>1<\/td>\n    <td>TB - Monthly<\/td>\n    <td>01\/04\/2012<\/td>\n    <td>Approved<\/td>\n  <\/tr>\n...<\/pre>\n
\n

Supported table markup<\/h2>\n

List of supported table HTML elements and how they should be used.<\/p>\n\n\n\n<\/colgroup>\n\n\n\n\n\n\n\n\n\n\n
Tag<\/th>\nDescription<\/th>\n<\/tr>\n<\/thead>\n
<table><\/code><\/td>\nWrapping element for displaying data in a tabular format<\/td>\n<\/tr>\n
<thead><\/code><\/td>\nContainer element for table header rows (<tr><\/code>) to label table columns<\/td>\n<\/tr>\n
<tbody><\/code><\/td>\nContainer element for table rows (<tr><\/code>) in the body of the table<\/td>\n<\/tr>\n
<tr><\/code><\/td>\nContainer element for a set of table cells (<td><\/code> or <th><\/code>) that appears on a single row<\/td>\n<\/tr>\n
<td><\/code><\/td>\nDefault table cell<\/td>\n<\/tr>\n
<th><\/code><\/td>\nSpecial table cell for column (or row, depending on scope and placement) labelsMust be used within a <thead><\/code><\/td>\n<\/tr>\n
<caption><\/code><\/td>\nDescription or summary of what the table holds, especially useful for screen readers<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n
<table>\n  <caption>...<\/caption>\n  <thead>\n    <tr>\n      <th>...<\/th>\n      <th>...<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>...<\/td>\n      <td>...<\/td>\n    <\/tr>\n  <\/tbody>\n<\/table><\/pre>\n","protected":false},"excerpt":{"rendered":"

Welcome to Kalypso Template, a wonderful and premium product for multipurpose websites Tables Default styles For basic styling\u2014light padding and only horizontal dividers\u2014add the base class .table to any <table>. # First Name Last Name Username 1 Mark Otto @mdo 2 Jacob Thornton @fat 3 Larry the Bird @twitter Optional classes Add any of the<\/p>\n","protected":false},"author":2,"featured_media":617,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/pages\/900"}],"collection":[{"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/comments?post=900"}],"version-history":[{"count":0,"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/pages\/900\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/media\/617"}],"wp:attachment":[{"href":"https:\/\/www.aamratechnologies.com\/wp-json\/wp\/v2\/media?parent=900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}