Skip to main content Skip to secondary navigation

Add Tables

Main content start

Tables are a great option to provide a structured way of showing large amounts of information and they make organizing information in a clean and readable way very easy. Tables should only be used for tabular data, not for layout or positioning items like images next to text.

Components of a useful table contain the following:

  • Title
  • Caption
  • Table row and/or column headers
  • Information/Data

Creating a table

  1. In the Text Area, click the table icon:
    Table Icon
  2. Decide how many rows and columns you want.
    add table
  3. For your table to be accessible, unless you're creating a calendar, you'll want both a table header row and column.
  4. Delete the width and height (Drupal will fill the max-width based on the display device).
  5. Click OK.

Editing a table

Right-click an existing table to edit cells and the number of rows and columns. *Learn about customizing the look and feel for your tables using utility classes.

Edit Table


Example table:
Here is an example of content that is suitable for an HTML table. 

Olympic Medals, country by the year
Year USA CHN RUS
2012 104 88 82
2008 110 100 72
2004 103 62 92

By default, the table layout is responsive to the user's screen-size and will fold into a two column layout with headers on the left for viewport that is 640px or less.

table in mobile view

*Resize your viewport to across the 40em (640px) breakpoint to see the responsive table style.