govau/design-system-components

Table - add tfoot example and styling

Open

#772 ouverte le 21 mai 2019

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)HTML (115 forks)batch import
accessibilityenhancementgood first issue

Métriques du dépôt

Stars
 (741 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Example tables seem well-suited to inclusion of a tfoot element and associated styling, along with an example of a cell spanning multiple columns.

...
<tfoot class="au-table__footer">
  <tr class="au-table__row">
    <td class="au-table__cell">Total</td>
    <td class="au-table__cell au-table__cell--numeric">23,937,000‬</td>
    <td class="au-table__cell" colspan="2"></td>
  </tr>
</tfoot>
...

Guide contributeur