govau/design-system-components

Table - add tfoot example and styling

Open

#772 aperta il 21 mag 2019

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)HTML (115 fork)batch import
accessibilityenhancementgood first issue

Metriche repository

Star
 (741 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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>
...

Guida contributor