Responsive Table Shortcode

Tables are a great way to organize data to make it readable. Due to the nature of tables needing space to display data correctly they are difficult to make responsive.

Note: Responsive design allows the layout of page elements to change in order to display in a variety of devices and screen sizes.

Large tables are often problematic; they can’t always adjust to the available space on the screen automatically. If the minimum table width is bigger than the width of the intended content area, the table will not fit. Unfortunately, this can lead to content being cut off on small screens, such as phones and tablets. The responsive table shortcode will add a horizontal scroll bar to large tables so the content is scrollable and accessible on smaller screens.

The ability to scroll a table in the Responsive Table Shortcode can be controlled by setting a breakpoint value. The breakpoint value is the width of the browser window when the table scroll interface elements will appear. The breakpoint value should be set to the approximate pixel width of the table.

Tip: You will find a list of shortcodes by clicking "More information about text formats" at the bottom right under the WYSIWYG editor.

1

Insert Responsive Table Shortcode

  1. Place your cursor in the Body content area where you want the table to appear. 
  2. Create your table content.
  3. Add the beginning and ending tags before and after the table.

[responsive-table]Table here[/responsive-table]

2

Designate a Breakpoint

  1. It is easy to designate a breakpoint for your table width when the horizontal scrollbar will appear. Add the breakpoint option to the responsive table shortcode.

[responsive-table breakpoint="800"]Table here[/responsive-table]