The table displays vertically on small screens. The design is set to 'break' into vertical display at 800px. That can be changed on line 34 in the style sheet table-styles.css if necessary.
If more rows are wanted, duplicate one of the table rows: <tr>...</tr> with everything inside it as many times as you need.
Expanding the number of columns can be done by adding more table data: <td>...</td> to each row. Make sure you have the same number of 'td's within each 'tr'.
If more rows are wanted, duplicate one of the table rows: <tr>...</tr> with everything inside it as many times as you need.
Expanding the number of columns can be done by adding more table data: <td>...</td> to each row. Make sure you have the same number of 'td's within each 'tr'.
Download the component.