govau/design-system-components

Table - add tfoot example and styling

Open

#772 创建于 2019年5月21日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)HTML (115 fork)batch import
accessibilityenhancementgood first issue

仓库指标

Star
 (741 star)
PR 合并指标
 (30 天内没有已合并 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>
...

贡献者指南