{"id":22307,"date":"2023-01-21T14:45:14","date_gmt":"2023-01-21T13:45:14","guid":{"rendered":"https:\/\/fullsiteediting.com\/blocks\/table\/"},"modified":"2025-03-13T17:28:23","modified_gmt":"2025-03-13T16:28:23","slug":"table","status":"publish","type":"block","link":"https:\/\/fullsiteediting.com\/blocks\/table\/","title":{"rendered":"Table"},"content":{"rendered":"\n<p class=\"wp-block-block-reference-description\">Create structured content in rows and columns to display information.<\/p>\n\n\n<div class=\"wp-block-block-reference-experimental-status\"><p>This block is available in the latest version of WordPress and does not require the Gutenberg plugin.<\/p><\/div>\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-03ac971c wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Last updated<\/p>\n\n\n<div class=\"wp-block-post-date__modified-date wp-block-post-date\"><time datetime=\"2025-03-13T17:28:23+01:00\">March 13, 2025<\/time><\/div><\/div>\n\n\n<div class=\"taxonomy-block-category wp-block-post-terms\"><span class=\"wp-block-post-terms__prefix\">Category: <\/span><a href=\"https:\/\/fullsiteediting.com\/block-category\/text\/\" rel=\"tag\">Text<\/a><\/div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-for-developers\">For developers<\/h2>\n\n\n\n<p class=\"wp-block-block-reference-source-link\"><a href=\"https:\/\/github.com\/WordPress\/gutenberg\/tree\/trunk\/packages\/block-library\/src\/table\">View source on GitHub<\/a><\/p>\n\n\n<div class=\"wp-block-block-reference-markup\"><h3>Block Grammar &amp; Markup<\/h3><div class=\"wp-block-poena-code\"><button class=\"poe-code-copy\">Copy<\/button><pre><code>&lt;!-- wp:core\/table --&gt;\n&lt;figure class=&quot;wp-block-table&quot;&gt;&lt;table class=&quot;has-fixed-layout&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Version&lt;\/th&gt;&lt;th&gt;Musician&lt;\/th&gt;&lt;th&gt;Date&lt;\/th&gt;&lt;\/tr&gt;&lt;\/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https:\/\/wordpress.org\/news\/2003\/05\/wordpress-now-available\/&quot;&gt;.70&lt;\/a&gt;&lt;\/td&gt;&lt;td&gt;No musician chosen.&lt;\/td&gt;&lt;td&gt;May 27, 2003&lt;\/td&gt;&lt;\/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https:\/\/wordpress.org\/news\/2004\/01\/wordpress-10\/&quot;&gt;1.0&lt;\/a&gt;&lt;\/td&gt;&lt;td&gt;Miles Davis&lt;\/td&gt;&lt;td&gt;January 3, 2004&lt;\/td&gt;&lt;\/tr&gt;&lt;tr&gt;&lt;td&gt;Lots of versions skipped, see &lt;a href=&quot;https:\/\/codex.wordpress.org\/WordPress_Versions&quot;&gt;the full list&lt;\/a&gt;&lt;\/td&gt;&lt;td&gt;&hellip;&lt;\/td&gt;&lt;td&gt;&hellip;&lt;\/td&gt;&lt;\/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https:\/\/wordpress.org\/news\/2015\/12\/clifford\/&quot;&gt;4.4&lt;\/a&gt;&lt;\/td&gt;&lt;td&gt;Clifford Brown&lt;\/td&gt;&lt;td&gt;December 8, 2015&lt;\/td&gt;&lt;\/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https:\/\/wordpress.org\/news\/2016\/04\/coleman\/&quot;&gt;4.5&lt;\/a&gt;&lt;\/td&gt;&lt;td&gt;Coleman Hawkins&lt;\/td&gt;&lt;td&gt;April 12, 2016&lt;\/td&gt;&lt;\/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https:\/\/wordpress.org\/news\/2016\/08\/pepper\/&quot;&gt;4.6&lt;\/a&gt;&lt;\/td&gt;&lt;td&gt;Pepper Adams&lt;\/td&gt;&lt;td&gt;August 16, 2016&lt;\/td&gt;&lt;\/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;a href=&quot;https:\/\/wordpress.org\/news\/2016\/12\/vaughan\/&quot;&gt;4.7&lt;\/a&gt;&lt;\/td&gt;&lt;td&gt;Sarah Vaughan&lt;\/td&gt;&lt;td&gt;December 6, 2016&lt;\/td&gt;&lt;\/tr&gt;&lt;\/tbody&gt;&lt;\/table&gt;&lt;\/figure&gt;\n&lt;!-- \/wp:core\/table --&gt;\n<\/code><\/pre><\/div><\/div>\n\n\n\n\n\n\n<div class=\"wp-block-block-reference-attribute\"><h3>Block Attributes<\/h3><div class=\"wp-block-attribute__description\"><p><i>Optional.<\/i> Type: Object.<\/p><p>Attributes provide the structured data needs of a block. They can exist in different forms when they are serialized, but they are declared together under a common interface.<\/p><p><a href=\"https:\/\/developer.wordpress.org\/block-editor\/reference-guides\/block-api\/block-attributes\/\">Documentation<\/a><\/p><\/div><pre class=\"wp-block-attribute__code\"><code>{\n  \"hasFixedLayout\": {\n    \"type\": \"boolean\",\n    \"default\": true\n  },\n  \"caption\": {\n    \"type\": \"rich-text\",\n    \"source\": \"rich-text\",\n    \"selector\": \"figcaption\"\n  },\n  \"head\": {\n    \"type\": \"array\",\n    \"default\": [],\n    \"source\": \"query\",\n    \"selector\": \"thead tr\",\n    \"query\": {\n      \"cells\": {\n        \"type\": \"array\",\n        \"default\": [],\n        \"source\": \"query\",\n        \"selector\": \"td,th\",\n        \"query\": {\n          \"content\": {\n            \"type\": \"rich-text\",\n            \"source\": \"rich-text\"\n          },\n          \"tag\": {\n            \"type\": \"string\",\n            \"default\": \"td\",\n            \"source\": \"tag\"\n          },\n          \"scope\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"scope\"\n          },\n          \"align\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"data-align\"\n          },\n          \"colspan\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"colspan\"\n          },\n          \"rowspan\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"rowspan\"\n          }\n        }\n      }\n    }\n  },\n  \"body\": {\n    \"type\": \"array\",\n    \"default\": [],\n    \"source\": \"query\",\n    \"selector\": \"tbody tr\",\n    \"query\": {\n      \"cells\": {\n        \"type\": \"array\",\n        \"default\": [],\n        \"source\": \"query\",\n        \"selector\": \"td,th\",\n        \"query\": {\n          \"content\": {\n            \"type\": \"rich-text\",\n            \"source\": \"rich-text\"\n          },\n          \"tag\": {\n            \"type\": \"string\",\n            \"default\": \"td\",\n            \"source\": \"tag\"\n          },\n          \"scope\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"scope\"\n          },\n          \"align\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"data-align\"\n          },\n          \"colspan\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"colspan\"\n          },\n          \"rowspan\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"rowspan\"\n          }\n        }\n      }\n    }\n  },\n  \"foot\": {\n    \"type\": \"array\",\n    \"default\": [],\n    \"source\": \"query\",\n    \"selector\": \"tfoot tr\",\n    \"query\": {\n      \"cells\": {\n        \"type\": \"array\",\n        \"default\": [],\n        \"source\": \"query\",\n        \"selector\": \"td,th\",\n        \"query\": {\n          \"content\": {\n            \"type\": \"rich-text\",\n            \"source\": \"rich-text\"\n          },\n          \"tag\": {\n            \"type\": \"string\",\n            \"default\": \"td\",\n            \"source\": \"tag\"\n          },\n          \"scope\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"scope\"\n          },\n          \"align\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"data-align\"\n          },\n          \"colspan\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"colspan\"\n          },\n          \"rowspan\": {\n            \"type\": \"string\",\n            \"source\": \"attribute\",\n            \"attribute\": \"rowspan\"\n          }\n        }\n      }\n    }\n  }\n}<\/code><\/pre><\/div>\n\n\n\n<div class=\"wp-block-block-reference-support\"><h3>Block Supports<\/h3><div class=\"wp-block-support__description\"><p><i>Optional.<\/i> Type: Object.<\/p><p>A set of options that enables or disables block controls in the editor, for example gradient colors or padding.<\/p><p><a href=\"https:\/\/developer.wordpress.org\/block-editor\/reference-guides\/block-api\/block-supports\/\">Documentation<\/a><\/p><\/div><pre class=\"wp-block-support__code\"><code>{\n  \"anchor\": true,\n  \"align\": true,\n  \"color\": {\n    \"__experimentalSkipSerialization\": true,\n    \"gradients\": true,\n    \"__experimentalDefaultControls\": {\n      \"background\": true,\n      \"text\": true\n    }\n  },\n  \"spacing\": {\n    \"margin\": true,\n    \"padding\": true,\n    \"__experimentalDefaultControls\": {\n      \"margin\": false,\n      \"padding\": false\n    }\n  },\n  \"typography\": {\n    \"fontSize\": true,\n    \"lineHeight\": true,\n    \"__experimentalFontFamily\": true,\n    \"__experimentalFontStyle\": true,\n    \"__experimentalFontWeight\": true,\n    \"__experimentalLetterSpacing\": true,\n    \"__experimentalTextTransform\": true,\n    \"__experimentalTextDecoration\": true,\n    \"__experimentalDefaultControls\": {\n      \"fontSize\": true\n    }\n  },\n  \"__experimentalBorder\": {\n    \"__experimentalSkipSerialization\": true,\n    \"color\": true,\n    \"style\": true,\n    \"width\": true,\n    \"__experimentalDefaultControls\": {\n      \"color\": true,\n      \"style\": true,\n      \"width\": true\n    }\n  },\n  \"interactivity\": {\n    \"clientNavigation\": true\n  }\n}<\/code><\/pre><\/div>\n\n\n<div class=\"wp-block-block-reference-transform\"><h3>Transforms<\/h3><p><i>Optional.<\/i> Type: Object.<\/p><p>Transforms provide rules for what a block can be transformed from and what it can be transformed to.<\/p>\r\n\t\t<p><a href=\"https:\/\/developer.wordpress.org\/block-editor\/reference-guides\/block-api\/block-registration\/#transforms-optional\">Documentation<\/a><\/p><p><b>Transforms from: <\/b><\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create structured content in rows and columns to display information.<\/p>\n","protected":false},"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","block_slug":"table","footnotes":""},"block-category":[323],"block-support":[343,344,342,248,253,255,330,345,329,418,331,332,335,337,336,340,339,338,333,334],"block-attribute":[51,56,101,105,108],"class_list":["post-22307","block","type-block","status-publish","hentry","block-category-text","block-support-__experimentalborder-color","block-support-__experimentalborder-style","block-support-__experimentalborder-width","block-support-__experimentalselector","block-support-align","block-support-anchor","block-support-color-background","block-support-color-gradients","block-support-color-text","block-support-interactivity-clientnavigation","block-support-spacing-margin","block-support-spacing-padding","block-support-typography-__experimentalfontfamily","block-support-typography-__experimentalfontstyle","block-support-typography-__experimentalfontweight","block-support-typography-__experimentalletterspacing","block-support-typography-__experimentaltextdecoration","block-support-typography-__experimentaltexttransform","block-support-typography-fontsize","block-support-typography-lineheight","block-attribute-body","block-attribute-caption","block-attribute-foot","block-attribute-hasfixedlayout","block-attribute-head"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Table WordPress Block - Full Site Editing<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fullsiteediting.com\/blocks\/table\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Table\" \/>\n<meta property=\"og:description\" content=\"Create structured content in rows and columns to display information.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fullsiteediting.com\/blocks\/table\/\" \/>\n<meta property=\"og:site_name\" content=\"Full Site Editing\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-13T16:28:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@carolinapoena\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fullsiteediting.com\/blocks\/table\/\",\"url\":\"https:\/\/fullsiteediting.com\/blocks\/table\/\",\"name\":\"Table WordPress Block - Full Site Editing\",\"isPartOf\":{\"@id\":\"https:\/\/fullsiteediting.com\/#website\"},\"datePublished\":\"2023-01-21T13:45:14+00:00\",\"dateModified\":\"2025-03-13T16:28:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fullsiteediting.com\/blocks\/table\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fullsiteediting.com\/blocks\/table\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fullsiteediting.com\/blocks\/table\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fullsiteediting.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blocks\",\"item\":\"https:\/\/fullsiteediting.com\/blocks\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Table\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fullsiteediting.com\/#website\",\"url\":\"https:\/\/fullsiteediting.com\/\",\"name\":\"Full Site Editing\",\"description\":\"Learn about WordPress block themes and global styles\",\"publisher\":{\"@id\":\"https:\/\/fullsiteediting.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fullsiteediting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fullsiteediting.com\/#organization\",\"name\":\"Fullsiteediting.com\",\"url\":\"https:\/\/fullsiteediting.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fullsiteediting.com\/#\/schema\/logo\/image\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Fullsiteediting.com\"},\"image\":{\"@id\":\"https:\/\/fullsiteediting.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/carolinapoena\"],\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Table WordPress Block - Full Site Editing","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fullsiteediting.com\/blocks\/table\/","og_locale":"en_US","og_type":"article","og_title":"Table","og_description":"Create structured content in rows and columns to display information.","og_url":"https:\/\/fullsiteediting.com\/blocks\/table\/","og_site_name":"Full Site Editing","article_modified_time":"2025-03-13T16:28:23+00:00","twitter_card":"summary_large_image","twitter_site":"@carolinapoena","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fullsiteediting.com\/blocks\/table\/","url":"https:\/\/fullsiteediting.com\/blocks\/table\/","name":"Table WordPress Block - Full Site Editing","isPartOf":{"@id":"https:\/\/fullsiteediting.com\/#website"},"datePublished":"2023-01-21T13:45:14+00:00","dateModified":"2025-03-13T16:28:23+00:00","breadcrumb":{"@id":"https:\/\/fullsiteediting.com\/blocks\/table\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fullsiteediting.com\/blocks\/table\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fullsiteediting.com\/blocks\/table\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fullsiteediting.com\/"},{"@type":"ListItem","position":2,"name":"Blocks","item":"https:\/\/fullsiteediting.com\/blocks\/"},{"@type":"ListItem","position":3,"name":"Table"}]},{"@type":"WebSite","@id":"https:\/\/fullsiteediting.com\/#website","url":"https:\/\/fullsiteediting.com\/","name":"Full Site Editing","description":"Learn about WordPress block themes and global styles","publisher":{"@id":"https:\/\/fullsiteediting.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fullsiteediting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fullsiteediting.com\/#organization","name":"Fullsiteediting.com","url":"https:\/\/fullsiteediting.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fullsiteediting.com\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Fullsiteediting.com"},"image":{"@id":"https:\/\/fullsiteediting.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/carolinapoena"],"numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}}]}},"_links":{"self":[{"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/block\/22307","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/block"}],"about":[{"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/types\/block"}],"replies":[{"embeddable":true,"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/comments?post=22307"}],"version-history":[{"count":6,"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/block\/22307\/revisions"}],"predecessor-version":[{"id":34328,"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/block\/22307\/revisions\/34328"}],"wp:attachment":[{"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/media?parent=22307"}],"wp:term":[{"taxonomy":"block-category","embeddable":true,"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/block-category?post=22307"},{"taxonomy":"block-support","embeddable":true,"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/block-support?post=22307"},{"taxonomy":"block-attribute","embeddable":true,"href":"https:\/\/fullsiteediting.com\/wp-json\/wp\/v2\/block-attribute?post=22307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}