Tables are useful when a collection of data requires vertical alignment through columns for quick scanning and discovery of information. COUNTRY Financial® uses two table styles, a default and a 'simple' table for all tabular data needs.
Creating a table is straight-forward. Simply declare a <table> element to create the most basic table.
Responsive
All tables are made responsive by adding a small JavaScript file to handle re-arranging the tabular data. Once the page is loaded, JavaScript will add a data-th data attribute to each <td>, which then gets displayed as the header for each row in the mobile view.
For more information on how the JavaScript handles responsive tables, please refer to the JavaScript page in the Developer Notes section.