When a table has to be used in markup, but some of the columns are optional and can be lost on smaller screen sizes, use the Responsive tables module.

You can see an example of the markup on the tables page.

Use

var t = new TABLE({
  container: $('#a-responsive-table');
});

Options

  • container - the table element containing the responsive columns (required)