Table Table with configurable rows, columns, cells and content.
  • Use Cases: Used to display content in table format (rows, columns and cells), with options to display header and subheader categories.
  • Dependencies
    • None required. The Table is fully self-contained and does not rely on child items or external data sources.
  • Layout Types: Table has options to be displayed with a header, with a subheader or only cells
  • Auto-Size of Columns: Columns adjust automatically as best as they can based on the size of content on each one
  • All Text Configurable: All texts are configurable in Sitecore
Creating a Table
  1. In Content Editor, create a "Tables Folder" under the "_datasources" of your page
  2. Create a new Table item from the Table template.
  3. Fill in optional fields for the Table item: Has Header Row, Has SubHeader Row
  4. Still in Content Editor, create one or more Table Row items from the Table Row template under the Table item created in the previous step
  5. Still in Content Editor, create one or more Table Cell items from the Table Cell template under each Table Row item created in the previous step (the number of Table Cell items should be the same for each row)
  6. Fill in optional field for the Table Cell item: Table Cell
  7. In Experience Editor, insert the Table rendering into the awt-container.
  8. Associate the Table item as the data source.
  • Header: Table can display the first configured row as the header
  • SubHeader: Table can display the second configured row as the subheader
  • There are currently no known issues with this component
Original Documentation: Confluence Link Designs: Figma Link Related Documentation: CTA Component, Text Description Card