mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
Add <tfoot> support
This commit is contained in:
parent
92c21aa1d4
commit
7f6ed9f5cb
24 changed files with 102 additions and 28 deletions
|
@ -58,6 +58,16 @@
|
|||
<td>Cell</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th scope="row">#</th>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
<td>Total</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</figure>
|
||||
|
||||
|
@ -98,6 +108,16 @@
|
|||
<<b>td</b>>Cell</<b>td</b>>
|
||||
</<b>tr</b>>
|
||||
</<b>tbody</b>>
|
||||
<<b>tfoot</b>>
|
||||
<<b>tr</b>>
|
||||
<<b>th</b> <i>scope</i>=<u>"col"</u>>#</<b>th</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
<<b>td</b> <i>scope</i>=<u>"col"</u>>Total</<b>td</b>>
|
||||
</<b>tr</b>>
|
||||
</<b>tfoot</b>>
|
||||
</<b>table</b>></code></pre>
|
||||
|
||||
<p><code><i>role</i>=<u>"grid"</u></code> enable striped rows.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue