govau/design-system-components

Table - add tfoot example and styling

Open

#772 opened on 2019年5月21日

GitHub で見る
 (2 comments) (1 reaction) (0 assignees)HTML (115 forks)batch import
accessibilityenhancementgood first issue

Repository metrics

Stars
 (741 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド