@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n<table>\n \u2026\n<\/table>\n<\/pre>\n \nOptional classes<\/h2>\nAdd any of the following classes to the .table<\/code> base class.<\/p>\n.table-striped<\/code><\/h3>\nAdds 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#<\/th>\n | First Name<\/th>\n | Last Name<\/th>\n | Username<\/th>\n<\/tr>\n<\/thead>\n | \n\n1<\/td>\n | Mark<\/td>\n | Otto<\/td>\n | @mdo<\/td>\n<\/tr>\n | \n2<\/td>\n | Jacob<\/td>\n | Thornton<\/td>\n | @fat<\/td>\n<\/tr>\n | \n3<\/td>\n | Larry<\/td>\n | 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-bordered<\/code><\/h3>\nAdd borders and rounded corners to the table.<\/p>\n \n \n\n\n#<\/th>\n | First Name<\/th>\n | Last Name<\/th>\n | Username<\/th>\n<\/tr>\n<\/thead>\n | \n\n1<\/td>\n | Mark<\/td>\n | Otto<\/td>\n | @mdo<\/td>\n<\/tr>\n | \nMark<\/td>\n | Otto<\/td>\n | @TwBootstrap<\/td>\n<\/tr>\n | \n2<\/td>\n | Jacob<\/td>\n | Thornton<\/td>\n | @fat<\/td>\n<\/tr>\n | \n3<\/td>\n | Larry 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>\nEnable a hover state on table rows within a <tbody><\/code>.<\/p>\n\n \n\n\n#<\/th>\n | First Name<\/th>\n | Last Name<\/th>\n | Username<\/th>\n<\/tr>\n<\/thead>\n | \n\n1<\/td>\n | Mark<\/td>\n | Otto<\/td>\n | @mdo<\/td>\n<\/tr>\n | \n2<\/td>\n | Jacob<\/td>\n | Thornton<\/td>\n | @fat<\/td>\n<\/tr>\n | \n3<\/td>\n | Larry 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>\nMakes tables more compact by cutting cell padding in half.<\/p>\n \n \n\n\n#<\/th>\n | First Name<\/th>\n | Last Name<\/th>\n | Username<\/th>\n<\/tr>\n<\/thead>\n | \n\n1<\/td>\n | Mark<\/td>\n | Otto<\/td>\n | @mdo<\/td>\n<\/tr>\n | \n2<\/td>\n | Jacob<\/td>\n | Thornton<\/td>\n | @fat<\/td>\n<\/tr>\n | \n3<\/td>\n | Larry the Bird<\/td>\n | @twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\n<table>\n \u2026\n<\/table>\n<\/pre>\n \nOptional row classes<\/h2>\nUse contextual classes to color table rows.<\/p>\n \n\n\n <\/colgroup>\n\n\nClass<\/th>\n | Description<\/th>\n<\/tr>\n<\/thead>\n | \n\n.success<\/code><\/td>\nIndicates a successful or positive action.<\/td>\n<\/tr>\n | \n.error<\/code><\/td>\nIndicates a dangerous or potentially negative action.<\/td>\n<\/tr>\n | \n.warning<\/code><\/td>\nIndicates a warning that might need attention.<\/td>\n<\/tr>\n | \n.info<\/code><\/td>\nUsed as an alternative to the default styles.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n \n\n\n#<\/th>\n | Product<\/th>\n | Payment Taken<\/th>\n | Status<\/th>\n<\/tr>\n<\/thead>\n | \n\n1<\/td>\n | TB – Monthly<\/td>\n | 01\/04\/2012<\/td>\n | Approved<\/td>\n<\/tr>\n | \n2<\/td>\n | TB – Monthly<\/td>\n | 02\/04\/2012<\/td>\n | Declined<\/td>\n<\/tr>\n | \n3<\/td>\n | TB – Monthly<\/td>\n | 03\/04\/2012<\/td>\n | Pending<\/td>\n<\/tr>\n | \n4<\/td>\n | TB – Monthly<\/td>\n | 04\/04\/2012<\/td>\n | Call 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 \nSupported table markup<\/h2>\nList of supported table HTML elements and how they should be used.<\/p>\n \n\n\n <\/colgroup>\n\n\nTag<\/th>\n | Description<\/th>\n<\/tr>\n<\/thead>\n | \n\n<table><\/code><\/td>\nWrapping element for displaying data in a tabular format<\/td>\n<\/tr>\n | \n<thead><\/code><\/td>\nContainer element for table header rows (<tr><\/code>) to label table columns<\/td>\n<\/tr>\n\n<tbody><\/code><\/td>\nContainer element for table rows (<tr><\/code>) in the body of the table<\/td>\n<\/tr>\n\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\n<td><\/code><\/td>\nDefault table cell<\/td>\n<\/tr>\n | \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\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":"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 following classes to the .table base class. .table-striped Adds zebra-striping to any table<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-195","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/baumitbucuresti.ro\/wp-json\/wp\/v2\/pages\/195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/baumitbucuresti.ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/baumitbucuresti.ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/baumitbucuresti.ro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/baumitbucuresti.ro\/wp-json\/wp\/v2\/comments?post=195"}],"version-history":[{"count":0,"href":"https:\/\/baumitbucuresti.ro\/wp-json\/wp\/v2\/pages\/195\/revisions"}],"wp:attachment":[{"href":"https:\/\/baumitbucuresti.ro\/wp-json\/wp\/v2\/media?parent=195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}} | | | | | | | | | | | | | | | | | | |
|
|
|
|