Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic Instructions

Insert Table

  1. Navigate to the CMS page you want to add the table to, or create a new one.

  2. Edit the page.

  3. Insert a new block.

    Image Modified
  4. Choose “Text”.

    Image Modified
  5. Click the

...

  1. Table > Insert

...

  1. Table

    Image ModifiedImage Modified

Other Table Options

Once you begin entering content into a table, there are a variety of options available to help you get the table how you want it. Click inside the table, and then click the table button to be presented with the following options:

...

  1. Insert Row Above: This will insert a row above the current row.

  2. Insert Row Below: This will insert a row below the current row.

  3. Insert Column Left: This will insert a column to the left of the current column.

  4. Insert Column Right: This will insert a column to the right of the current column.

  5. Add Head: This will add a header row to the top of the table for titles/ headings of each column. This can be done using just a normal row, but is better achieved using a head row.

  6. Delete Head: This will delete the header row from the top of the table if there is one.

  7. Delete Column: This will delete the current column, including any content in the cells.

  8. Delete Row: This will delete the current row, including any content in the cells.

  9. Delete Table: This will delete the whole table, including any content in the cells.

  10. Default Table Style: This will toggle the default table style on and off. This can be combined with one or more of the other table styles.

    Image Modified
  11. Bordered Table Style: This will toggle the default table style on and off. This style puts all borders in including column and row lines. This can be combined with one or more of the other table styles.

    Image Modified
  12. Striped Table Style: This will toggle the default table style on and off. This style changes the colour of alternating rows to make it easier to read. This can be combined with one or more of the other table styles.

    Image Modified
  13. Hover-highlight Table Style: This will toggle the hover-highlight table style on and off. This style changes the colour of the row of the table that the mouse is hovering over. This can be combined with one or more of the other table styles.

    Image Modified

Text Options

Text within tables can still be styled using the buttons across the top, including bold, italics, strikethrough, and lists. Just highlight the text and click the appropriate button to toggle the chosen style.

...

In order to make this table responsive, you need to add 2 things to the code:

...

  1. A div tag surrounding the table:

    1. '<div class=”table-stacked”>' above the start of the table.

    2. ‘</div>’ just below the end of the table.

  2. A data title attribute to EACH <td> element (table cell). The content of this attribute will need to be the same as the column header the cell falls under. Copy and paste will be your friend here to make adding the attribute to each cell quicker.

The outcome of these changes should look no different at full size. However, when you view the page from a smaller device it will look like this:

...